CardPaymentSourceOutput
The card payment source information
type CardPaymentSourceOutput = {
__typename?: 'CardPaymentSourceOutput'; /** The brand of the card */
brand?: Maybe<Scalars['String']['output']>; /** The expiry of the card */
expiry?: Maybe<Scalars['String']['output']>; /** The last digits of the card */
last_digits?: Maybe<Scalars['String']['output']>;
};