OBJECT

CreditChargeModel

CreditChargeModel defines a charge model using non-FIAT currencies.

link GraphQL Schema definition

1type CreditChargeModel {
2
3# The value of the credit.
4amount: Int!
5
6# The type of credit.
7creditType: CreditType!
8
9}