CreatePaymentAgreementRequest
public protocol CreatePaymentAgreementRequest : CommonPaymentAgreementRequest
Request containing the details of the PaymentAgreement
to create
-
Billing address for the customer.
Declaration
Swift
var billingAddress: PaymentAgreementBillingAddress { get }
-
Details of the payment agreement
Declaration
Swift
var paymentAgreement: PaymentAgreement { get }