OBJECT
Transaction
A user's transaction
link GraphQL Schema definition
- type Transaction {
- DateTime! :
- ID! :
- # Shows how the payment was made
- String! :
- String! @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- # Status of a transaction: Settled | Authorized | Voided | Settling | Submitted
- # for settlement | Success | Authorization Expired | Settlement Declined
- String! :
- # Amount charge to a user for a transaction
- Float! :
- }
link Require by
- CreateAlbumReleasePayloadAutogenerated return type of CreateAlbumRelease
- CreateReleasePayloadAutogenerated return type of CreateRelease
- SubscriptionOne of a user's subscriptions
- TransactionsWrapper for transactions with a pagination cursor for created_at.
- UpgradeArtistsPayloadAutogenerated return type of UpgradeArtists