Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaypalBillingAgreement
Represents a PayPal instrument for customer payment method.
Signature:
export interface CustomerPaypalBillingAgreement
Property | Modifiers | Type | Description |
---|---|---|---|
billingAddress? | Maybe<CustomerPaymentInstrumentBillingAddress> | (Optional) The billing address of this payment method. | |
inactive | Scalars[‘Boolean’][‘output’] | Whether the PayPal billing agreement is inactive. | |
isRevocable | Scalars[‘Boolean’][‘output’] | Whether the payment method can be revoked.The payment method can be revoked if there are no active subscription contracts. | |
paypalAccountEmail? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The customers’s PayPal account email address. |