Alokai

PaymentSourceDetails

type PaymentSourceDetails = {
  __typename?: 'PaymentSourceDetails'; /** Details about the card used on the order */
  card?: Maybe<Card>;
};

Referenced Types

On this page