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