PaymentSourceInput
No description
input PaymentSourceInput {
id: ID
type: PaymentSourceType
card: CardSourceInput
externalId: String
}
No description
input PaymentSourceInput {
id: ID
type: PaymentSourceType
card: CardSourceInput
externalId: String
}
PaymentSourceInput.id ● ID scalarPaymentSourceInput.type ● PaymentSourceType enumPaymentSourceInput.card ● CardSourceInput inputPaymentSourceInput.externalId ● String scalar