RecurringPaymentsPayer Type
The payer of the RecurringPayments profile.
Remarks
This type describes information about the payer that will be billed for the current profile.
Fields
Business String |
Payer's business email address. |
City String |
Payer's city name. This field is required. Character length and limitations: 40 single-byte characters. |
CountryCode String |
Payer's country code. Payer's country of residence in the form of ISO standard 3166 two-character country codes. This field is required. Character limit: Two single-byte characters. |
Email String |
Email address of the payer. This field is optional. |
FirstName String |
Payer's first name. This field is required. Character length and limitations: 25 single-byte characters. |
Id String |
Unique encrypted PayPal customer account number. Character length and limitations:17 single-byte characters maximum. |
LastName String |
Payer's last name. This field is required. Character length and limitations: 25 single-byte characters. |
MiddleName String |
Payer's middle name. |
PhoneNumber String |
The buyer's phone number. This field is optional. |
Salutation String |
Payer's salutation. Payer's salutation ("Mr", "Mrs", "Dr", etc) as returned by PayPal. |
State String |
Payer's state or province name. This field is required. Character length and limitations: 40 single-byte characters. |
Status String |
Indicates whether the payer is verified or not. Valid values for this field are "verified" or "unverified". |
Street1 String |
Payer's street address (first line). This field is required. Character length and limitations: 100 single-byte characters. |
Street2 String |
Payer's street address (second line). This field is optional. Character length and limitations: 100 single-byte characters. |
Suffix String |
Payer's name suffix. Payer's suffix ("Jr", "Sr", "III", etc) as returned by PayPal. |
Zip String |
Payer's United States ZIP code or other country-specific postal code. This field is required. Character length and limitations: 20 single-byte characters. |
Constructors
public RecurringPaymentsPayer();