public class PayerInfo extends PayPalModel
| Constructor and Description |
|---|
PayerInfo()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Address |
getBillingAddress()
Getter for billingAddress
|
String |
getBirthDate()
Getter for birthDate
|
String |
getBuyerAccountNumber()
Getter for buyerAccountNumber
|
String |
getCountryCode() |
String |
getEmail()
Getter for email
|
String |
getExternalRememberMeId()
Getter for externalRememberMeId
|
String |
getFirstName()
Getter for firstName
|
String |
getLastName()
Getter for lastName
|
String |
getMiddleName() |
String |
getPayerId()
Getter for payerId
|
String |
getPhone()
Getter for phone
|
String |
getPhoneType()
Getter for phoneType
|
String |
getSalutation() |
ShippingAddress |
getShippingAddress()
Getter for shippingAddress
|
String |
getSuffix() |
String |
getTaxId()
Getter for taxId
|
String |
getTaxIdType()
Getter for taxIdType
|
PayerInfo |
setBillingAddress(Address billingAddress)
Setter for billingAddress
|
PayerInfo |
setBirthDate(String birthDate)
Setter for birthDate
|
PayerInfo |
setBuyerAccountNumber(String buyerAccountNumber)
Setter for buyerAccountNumber
|
void |
setCountryCode(String countryCode) |
PayerInfo |
setEmail(String email)
Setter for email
|
PayerInfo |
setExternalRememberMeId(String externalRememberMeId)
Setter for externalRememberMeId
|
PayerInfo |
setFirstName(String firstName)
Setter for firstName
|
PayerInfo |
setLastName(String lastName)
Setter for lastName
|
PayerInfo |
setMiddleName(String middleName) |
PayerInfo |
setPayerId(String payerId)
Setter for payerId
|
PayerInfo |
setPhone(String phone)
Setter for phone
|
PayerInfo |
setPhoneType(String phoneType)
Setter for phoneType
|
PayerInfo |
setSalutation(String salutation) |
PayerInfo |
setShippingAddress(ShippingAddress shippingAddress)
Setter for shippingAddress
|
PayerInfo |
setSuffix(String suffix) |
PayerInfo |
setTaxId(String taxId)
Setter for taxId
|
PayerInfo |
setTaxIdType(String taxIdType)
Setter for taxIdType
|
equals, hashCode, toJSON, toStringpublic String getEmail()
public PayerInfo setExternalRememberMeId(String externalRememberMeId)
public String getExternalRememberMeId()
public PayerInfo setBuyerAccountNumber(String buyerAccountNumber)
public String getBuyerAccountNumber()
public String getFirstName()
public String getLastName()
public String getPayerId()
public String getPhone()
public String getPhoneType()
public String getBirthDate()
public String getTaxId()
public String getTaxIdType()
public PayerInfo setBillingAddress(Address billingAddress)
public Address getBillingAddress()
public PayerInfo setShippingAddress(ShippingAddress shippingAddress)
public ShippingAddress getShippingAddress()
public String getSalutation()
public String getMiddleName()
public String getSuffix()
public String getCountryCode()
public void setCountryCode(String countryCode)
Copyright © 2015. All Rights Reserved.