AddCreditEntryInput
Input for adding a new Credit Entry
input AddCreditEntryInput {
externalId: String
action: CreditEntryType!
creditType: CreditType!
amount: Float!
currencyCode: String
walletUuid: ID!
connectedServiceType: ConnectedServiceType
}
Fields
AddCreditEntryInput.externalId ● String scalar
Optional external reference supplied by the client
AddCreditEntryInput.action ● CreditEntryType! non-null enum
The type of the Credit Entry
AddCreditEntryInput.creditType ● CreditType! non-null enum
The credit type of the Credit Entry
AddCreditEntryInput.amount ● Float! non-null scalar
The amount of the Credit Entry
AddCreditEntryInput.currencyCode ● String scalar
ISO 4217 currency code for GLOBAL credit entries
AddCreditEntryInput.walletUuid ● ID! non-null scalar
The wallet to add the credit entry to
AddCreditEntryInput.connectedServiceType ● ConnectedServiceType enum
Connected service type responsible for this credit entry
Member Of
addCreditEntry mutation