PHP Class Payu\Component\Billing

Inheritance: implements ComponentInterface
Datei anzeigen Open project: paranoiaproject/payuclient

Public Methods

Method Description
__construct ( $firstName = null, $lastName = null, $email = null, $phone = null, $fax = null, $address = null, $zipCode = null, $city = null, $state = null, $countryCode = 'TR' )
getAddress ( ) : string
getCity ( ) : string
getCountryCode ( ) : string
getEmail ( ) : string
getFax ( ) : string
getFirstName ( ) : string
getLastName ( ) : string
getPhone ( ) : string
getState ( ) : string
getZipCode ( ) : string
setAddress ( string $address )
setCity ( string $city )
setCountryCode ( string $countryCode )
setEmail ( string $email )
setFax ( string $fax )
setFirstName ( string $firstName )
setLastName ( string $lastName )
setPhone ( string $phone )
setState ( string $state )
setZipCode ( string $zipCode )

Method Details

__construct() public method

public __construct ( $firstName = null, $lastName = null, $email = null, $phone = null, $fax = null, $address = null, $zipCode = null, $city = null, $state = null, $countryCode = 'TR' )

getAddress() public method

public getAddress ( ) : string
return string

getCity() public method

public getCity ( ) : string
return string

getCountryCode() public method

public getCountryCode ( ) : string
return string

getEmail() public method

public getEmail ( ) : string
return string

getFax() public method

public getFax ( ) : string
return string

getFirstName() public method

public getFirstName ( ) : string
return string

getLastName() public method

public getLastName ( ) : string
return string

getPhone() public method

public getPhone ( ) : string
return string

getState() public method

public getState ( ) : string
return string

getZipCode() public method

public getZipCode ( ) : string
return string

setAddress() public method

public setAddress ( string $address )
$address string

setCity() public method

public setCity ( string $city )
$city string

setCountryCode() public method

public setCountryCode ( string $countryCode )
$countryCode string

setEmail() public method

public setEmail ( string $email )
$email string

setFax() public method

public setFax ( string $fax )
$fax string

setFirstName() public method

public setFirstName ( string $firstName )
$firstName string

setLastName() public method

public setLastName ( string $lastName )
$lastName string

setPhone() public method

public setPhone ( string $phone )
$phone string

setState() public method

public setState ( string $state )
$state string

setZipCode() public method

public setZipCode ( string $zipCode )
$zipCode string