Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaymentMethodRemoteInput
The input fields for a remote gateway payment method, only one remote reference permitted.
Signature:
export interface CustomerPaymentMethodRemoteInput
Property | Modifiers | Type | Description |
---|---|---|---|
authorizeNetCustomerPaymentProfile? | InputMaybe<RemoteAuthorizeNetCustomerPaymentProfileInput> | (Optional) The input fields for a remote authorize net customer profile. | |
braintreePaymentMethod? | InputMaybe<RemoteBraintreePaymentMethodInput> | (Optional) The input fields for a remote Braintree customer profile. | |
stripePaymentMethod? | InputMaybe<RemoteStripePaymentMethodInput> | (Optional) Input containing the fields for a remote stripe payment method. |