EPG PHP SDK
Loading...
Searching...
No Matches
Billing Class Reference

Public Member Functions

 setBillingFirstName (string $firstName)
 Set the first name for billing information.
 
 setBillingLastName (string $lastName)
 Set the last name for billing information.
 
 setBillingCorporateIdNnumber (int $corporateIdNnumber)
 Set the corporate ID number for billing information.
 
 setBillingAddress (string $streetAddress, int $postalCode, string $city, string $country)
 Set the billing address details.
 
 getBilling ()
 

Member Function Documentation

◆ getBilling()

getBilling ( )

◆ setBillingAddress()

setBillingAddress ( string  $streetAddress,
int  $postalCode,
string  $city,
string  $country 
)

Set the billing address details.

Parameters
string$streetAddressThe street address for billing.
int$postalCodeThe postal code for billing.
string$cityThe city for billing.
string$countryThe country for billing.
Returns
self Returns the instance of the class for method chaining.

◆ setBillingCorporateIdNnumber()

setBillingCorporateIdNnumber ( int  $corporateIdNnumber)

Set the corporate ID number for billing information.

Parameters
int$corporateIdNumberThe corporate ID number for billing.
Returns
self Returns the instance of the class for method chaining.

◆ setBillingFirstName()

setBillingFirstName ( string  $firstName)

Set the first name for billing information.

Parameters
string$firstNameThe first name for billing.
Returns
self Returns the instance of the class for method chaining.

◆ setBillingLastName()

setBillingLastName ( string  $lastName)

Set the last name for billing information.

Parameters
string$lastNameThe last name for billing.
Returns
self Returns the instance of the class for method chaining.

The documentation for this class was generated from the following file: