UpdateCreditEntryInput
Input for updating a Credit Entry
input UpdateCreditEntryInput {
externalId: String
action: CreditEntryType!
creditType: CreditType!
amount: Float!
currencyCode: String
}
Fields
UpdateCreditEntryInput.externalId ● String scalar
External reference supplied by the client; set to null to clear it
UpdateCreditEntryInput.action ● CreditEntryType! non-null enum
The type of the Credit Entry
UpdateCreditEntryInput.creditType ● CreditType! non-null enum
The credit type of the Credit Entry
UpdateCreditEntryInput.amount ● Float! non-null scalar
The amount of the Credit Entry
UpdateCreditEntryInput.currencyCode ● String scalar
ISO 4217 currency code for GLOBAL credit entries
Member Of
updateCreditEntry mutation