CreditEntry
Credit entry associated with a Wallet
type CreditEntry {
uuid: String!
action: CreditEntryType!
subAction: CreditEntrySubAction
creditType: CreditType!
amount: Float!
connectedServiceType: ConnectedServiceType
connectedService: ConnectedService
createdAt: Date!
updatedAt: Date!
}
Fields
CreditEntry.uuid ● String! non-null scalar
UUID of the Credit Entry
CreditEntry.action ● CreditEntryType! non-null enum
Action of the Credit Entry
CreditEntry.subAction ● CreditEntrySubAction enum
Sub action of the Credit Entry
CreditEntry.creditType ● CreditType! non-null enum
Credit type of the Credit Entry
CreditEntry.amount ● Float! non-null scalar
Amount of the Credit Entry
CreditEntry.connectedServiceType ● ConnectedServiceType enum
Connected service type responsible for this credit entry
CreditEntry.connectedService ● ConnectedService object
Connected service responsible for this credit entry
CreditEntry.createdAt ● Date! non-null scalar
The creation date of the Credit Entry
CreditEntry.updatedAt ● Date! non-null scalar
The updated date of the Credit Entry
Member Of
AddCreditEntryResponse object ● ConvertCreditResponse object ● Wallet object