Skip to main content

PaymentSource

No description

type PaymentSource implements Node {
id: ID!
providerId: ID!
provider: PaymentProvider!
type: PaymentSourceType!
collectionMethod: String!
card: Card
}

Fields

PaymentSource.id ● ID! non-null scalar

PaymentSource.providerId ● ID! non-null scalar

PaymentSource.provider ● PaymentProvider! non-null enum

PaymentSource.type ● PaymentSourceType! non-null enum

PaymentSource.collectionMethod ● String! non-null scalar

PaymentSource.card ● Card object

Interfaces

Node interface