UserPurchase
No description
type UserPurchase {
label: String!
transactionType: String!
transactionTime: String!
expiresAt: String
kind: String!
quantity: Int!
redemptionCodeGroupId: ID
amountInCents: Int
contentType: String!
slug: String
status: String
archived: Boolean
refunded: String
amountRefundedInCents: Int
refunds: [UserPurchaseRefund!]
}
Fields
UserPurchase.label ● String! non-null scalar
UserPurchase.transactionType ● String! non-null scalar
UserPurchase.transactionTime ● String! non-null scalar
UserPurchase.expiresAt ● String scalar
UserPurchase.kind ● String! non-null scalar
UserPurchase.quantity ● Int! non-null scalar
UserPurchase.redemptionCodeGroupId ● ID scalar
UserPurchase.amountInCents ● Int scalar
UserPurchase.contentType ● String! non-null scalar
UserPurchase.slug ● String scalar
UserPurchase.status ● String scalar
UserPurchase.archived ● Boolean scalar
UserPurchase.refunded ● String scalar
UserPurchase.amountRefundedInCents ● Int scalar
UserPurchase.refunds ● [UserPurchaseRefund!] list object
Member of
RefundCharge object