HostedFieldsInput
Hosted Fields payment inputs
type HostedFieldsInput = {
cardBin?: InputMaybe<Scalars['String']['input']>; /** Expiration month of the card */
cardExpiryMonth?: InputMaybe<Scalars['String']['input']>; /** Expiration year of the card */
cardExpiryYear?: InputMaybe<Scalars['String']['input']>; /** Last four digits of the card */
cardLast4?: InputMaybe<Scalars['String']['input']>; /** Name on the card */
holderName?: InputMaybe<Scalars['String']['input']>; /** Indicates whether details about the shopper's credit/debit card should be tokenized for later usage. Required only if Vault is enabled for the Payment Services payment integration. */
is_active_payment_token_enabler?: InputMaybe<Scalars['Boolean']['input']>; /** The payment source for the payment method */
payment_source?: InputMaybe<Scalars['String']['input']>; /** The payment services order ID */
payments_order_id?: InputMaybe<Scalars['String']['input']>; /** PayPal order ID */
paypal_order_id?: InputMaybe<Scalars['String']['input']>;
};