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