OBJECT
UserPaymentSubscription
link GraphQL Schema definition
- type UserPaymentSubscription {
- : Uuid!
- # Provider: Stripe|Paypal|ApplePay|External
- : String
- # Uuid for user payment identity (persistent methods)
- : Uuid
- # Uuid for user payment method (persistent methods)
- : Uuid
- # Provider opaque token
- : String
- # Amount (integer CCY)
- : Int!
- # CCY code
- : String!
- # Status: active | retired
- : String
- # Provider status
- : String
- # Start date
- : LocalDate
- # End date
- : LocalDate
- # Activation date
- : LocalDate
- # Frequency
- : String
- # Renewal status
- : String
- # Subscription descriptive name
- : String
- : String
- : DateTime!
- : DateTime!
- : String
- : String
- : String
- : String
- : String
- : String
- }