Alokai

VaultMethodInput

Vault payment inputs

type VaultMethodInput = {
  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']>; /** The public hash of the token. */
  public_hash?: InputMaybe<Scalars['String']['input']>;
};

Referenced Types

On this page