Alokai

Card

type Card = {
  __typename?: 'Card'; /** Card bin details */
  bin_details?: Maybe<CardBin>; /** Expiration month of the card */
  card_expiry_month?: Maybe<Scalars['String']['output']>; /** Expiration year of the card */
  card_expiry_year?: Maybe<Scalars['String']['output']>; /** Last four digits of the card */
  last_digits?: Maybe<Scalars['String']['output']>; /** Name on the card */
  name?: Maybe<Scalars['String']['output']>;
};

Referenced Types

On this page