Address Type
This type contains information about the Address.
Remarks
After an instant payment notification is received, this type will contain information about the customer's street address.
Fields
City String |
This contains the customer's city. |
Country String |
This contains the customer's country. |
Name String |
This field describes the full name of the customer, as it should appear on an address label. |
State String |
State describes the state of the customer. |
Status String |
This property indicates whether the customer's address has been confirmed by PayPal. This property will be filled after calling either the FillFormVars or VerifyIPN method. The value of this property is parsed out of the Instant Payment Notification data that was posted by PayPal to your webserver. If you are passing the entire post data to FillFormVars, this will save you having to parse each form variable separately. |
Street String |
This contains the customer's street address |
Zip String |
This field describes the customer's zip code, as it should appear on an address label. |
Constructors
public Address();