Table of Contents

TTMSFNCCloudPayPalPayer Class

Holds the payer and shipping details returned for a completed payment.

API unit family: TMSFNCCloudPayPal Inherits from: TPersistent

Syntax

TTMSFNCCloudPayPalPayer = class(TPersistent)

Remarks

All properties are read-only and are populated from the payment response after the payment is executed.

Properties

Name Description
City City of the payer shipping address.
CountryCode Two-letter country code of the payer shipping address.
Email Email address of the payer.
FirstName Given name of the payer.
ID Unique identifier of the payer account.
LastName Family name of the payer.
PostalCode Postal or ZIP code of the payer shipping address.
Recipient Name of the recipient on the shipping address.
State State or province of the payer shipping address.
Street First line of the payer shipping address.

Methods

Name Description
FromJSON Populates the payer fields from the payer section of a payment response.