Alokai

PaymentSourceOutput

The payment source information

type PaymentSourceOutput = {
  __typename?: 'PaymentSourceOutput'; /** The card payment source information */
  card: CardPaymentSourceOutput;
};

Referenced Types

On this page