UserPurchaseRefund
No description
type UserPurchaseRefund {
amountInCents: Int
transactionTime: String!
}
Fields
UserPurchaseRefund.amountInCents
● Int
scalar
UserPurchaseRefund.transactionTime
● String!
non-null scalar
Member of
UserPurchase
object