Home > @infiniteobjects/shopify-data-manager > AdminTypes > RemoteBraintreePaymentMethodInput
The input fields for a remote Braintree customer payment profile.
Signature:
export interface RemoteBraintreePaymentMethodInput
Property | Modifiers | Type | Description |
---|---|---|---|
customerId | Scalars[‘String’][‘input’] | The customer_id value from the Braintree API. |
|
paymentMethodToken? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The payment_method_token value from the Braintree API. |