Alokai

CardPaymentSourceInput

The card payment source information

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

Referenced Types

On this page