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