CardPaymentSourceInput
The card payment source information
type CardPaymentSourceInput = {
billing_address: BillingAddressPaymentSourceInput; /** The name on the cardholder */
name?: InputMaybe<Scalars['String']['input']>;
};The card payment source information
type CardPaymentSourceInput = {
billing_address: BillingAddressPaymentSourceInput; /** The name on the cardholder */
name?: InputMaybe<Scalars['String']['input']>;
};