PaymentSource
No description
type PaymentSource implements Node {
id: ID!
providerId: ID!
provider: PaymentProvider!
type: PaymentSourceType!
collectionMethod: String!
card: Card
}
No description
type PaymentSource implements Node {
id: ID!
providerId: ID!
provider: PaymentProvider!
type: PaymentSourceType!
collectionMethod: String!
card: Card
}
PaymentSource.id ● ID! non-null scalarPaymentSource.providerId ● ID! non-null scalarPaymentSource.provider ● PaymentProvider! non-null enumPaymentSource.type ● PaymentSourceType! non-null enumPaymentSource.collectionMethod ● String! non-null scalarPaymentSource.card ● Card objectNode interface