Home > @infiniteobjects/shopify-data-manager > AdminTypes > RemoteStripePaymentMethodInput
The input fields for a remote stripe payment method.
Signature:
export interface RemoteStripePaymentMethodInput
Property | Modifiers | Type | Description |
---|---|---|---|
customerId | Scalars[‘String’][‘input’] | The customer_id value from the Stripe API. | |
paymentMethodId? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The payment_method_id value from the Stripe API. |