public class PayoutRequestCustomer extends Object
| Constructor and Description |
|---|
PayoutRequestCustomer() |
public void setBirthDate(String birthDate)
public PayoutRequestCustomer birthDate(String birthDate)
birthDate - Customer birth datepublic void setDocumentType(String documentType)
public PayoutRequestCustomer documentType(String documentType)
documentType - Customer document type *(mandatory for 'Latin America' methods only)* For 'Latin America' is required for methods where country = CO, PEpublic void setEmail(String email)
public PayoutRequestCustomer email(String email)
email - Customer e-mail address *(mandatory for 'Latin America' methods only)* For 'Latin America' is required for methods where country = COpublic void setFirstName(String firstName)
public PayoutRequestCustomer firstName(String firstName)
firstName - Customer first name *(mandatory for 'Latin America' methods only)*public void setFullName(String fullName)
public PayoutRequestCustomer fullName(String fullName)
fullName - Customer full name. Mandatory for DIRECTBANKINGNGA methods only: For DIRECTBANKINGNGA: only for non NGN currencypublic void setId(String id)
public PayoutRequestCustomer id(String id)
id - Customer id *(mandatory for WEBMONEY method only)*public void setIdentity(String identity)
public PayoutRequestCustomer identity(String identity)
identity - Customer identity - Customer’s personal identification number: 'CPF' or 'CNPJ' for Brazil, 'DNI' for Argentina and ID for other countries. For SPEI - Customer CPF or CURPpublic void setLastName(String lastName)
public PayoutRequestCustomer lastName(String lastName)
lastName - Customer last name *(mandatory for 'Latin America' methods only)* For 'Latin America' is required for methods where country = AR, BR, CO, MX, PE, UYpublic void setLivingAddress(PayoutRequestLivingAddress livingAddress)
public PayoutRequestCustomer livingAddress(PayoutRequestLivingAddress livingAddress)
livingAddress - Customer address *(mandatory for 'Latin America' methods only)* For 'Latin America' is required for methods where country = COpublic void setPhone(String phone)
public PayoutRequestCustomer phone(String phone)
phone - Customer's phone numberpublic void setTaxReasonCode(String taxReasonCode)
public PayoutRequestCustomer taxReasonCode(String taxReasonCode)
taxReasonCode - Customer's tax reason codeFor 'BANK131 back account mode' is required for methods where country = RUCopyright © 2024. All rights reserved.