Méthode |
Description |
|
getAccountNumber ( ) : string |
Account Number representing the Payer |
|
getBillingAddress ( ) : Address |
Billing address of the Payer. |
|
getBirthDate ( ) : string |
Birth date of the Payer in ISO8601 format (yyyy-mm-dd). |
|
getBuyerAccountNumber ( ) : string |
Account Number representing the Payer |
|
getCountryCode ( ) : string |
Two-letter registered country code of the payer to identify the buyer country. |
|
getEmail ( ) : string |
Email address representing the payer. 127 characters max. |
|
getExternalRememberMeId ( ) : string |
External Remember Me id representing the payer |
|
getFirstName ( ) : string |
First name of the payer. |
|
getLastName ( ) : string |
Last name of the payer. |
|
getMiddleName ( ) : string |
Middle name of the payer. |
|
getPayerId ( ) : string |
PayPal assigned encrypted Payer ID. |
|
getPhone ( ) : string |
Phone number representing the payer. 20 characters max. |
|
getPhoneType ( ) : string |
Phone type |
|
getSalutation ( ) : string |
Salutation of the payer. |
|
getShippingAddress ( ) : ShippingAddress |
|
|
getSuffix ( ) : string |
Suffix of the payer. |
|
getTaxId ( ) : string |
Payer’s tax ID. Only supported when the payment_method is set to paypal. |
|
getTaxIdType ( ) : string |
Payer’s tax ID type. Allowed values: BR_CPF or BR_CNPJ. Only supported when the payment_method is set to paypal. |
|
setAccountNumber ( string $account_number ) |
Account Number representing the Payer |
|
setBillingAddress ( Address $billing_address ) |
Billing address of the Payer. |
|
setBirthDate ( string $birth_date ) |
Birth date of the Payer in ISO8601 format (yyyy-mm-dd). |
|
setBuyerAccountNumber ( string $buyer_account_number ) |
Account Number representing the Payer |
|
setCountryCode ( string $country_code ) |
Two-letter registered country code of the payer to identify the buyer country. |
|
setEmail ( string $email ) |
Email address representing the payer. 127 characters max. |
|
setExternalRememberMeId ( string $external_remember_me_id ) |
External Remember Me id representing the payer |
|
setFirstName ( string $first_name ) |
First name of the payer. |
|
setLastName ( string $last_name ) |
Last name of the payer. |
|
setMiddleName ( string $middle_name ) |
Middle name of the payer. |
|
setPayerId ( string $payer_id ) |
PayPal assigned encrypted Payer ID. |
|
setPhone ( string $phone ) |
Phone number representing the payer. 20 characters max. |
|
setPhoneType ( string $phone_type ) |
Phone type
Valid Values: ["HOME", "WORK", "MOBILE", "OTHER"] |
|
setSalutation ( string $salutation ) |
Salutation of the payer. |
|
setShippingAddress ( ShippingAddress $shipping_address ) |
|
|
setSuffix ( string $suffix ) |
Suffix of the payer. |
|
setTaxId ( string $tax_id ) |
Payer’s tax ID. Only supported when the payment_method is set to paypal. |
|
setTaxIdType ( string $tax_id_type ) |
Payer’s tax ID type. Allowed values: BR_CPF or BR_CNPJ. Only supported when the payment_method is set to paypal. |
|