OBJECT

ChargeInstrument

Information about the intended device for making a refill purchase for a user.

link GraphQL Schema definition

1type ChargeInstrument {
2
3# A charge instrument Id.
4id: ID!
5
6}