OBJECT
RecurringPayment
Recurring Payment
link GraphQL Schema definition
- type RecurringPayment {
- # amount of recurring payment
- String :
- # Amount of recurring payment with offering coupon factored in
- String :
- # frequency payment should be made
- String :
- # number of billing items
- String :
- # date on which the recurring payment is canceled
- String :
- # provider who canceled the recurring payment
- User :
- # created at date
- String :
- # Whether or not this recurring payment has scheduled billing item
- Boolean :
- ID! :
- # canceled indicator
- Boolean :
- # whether or not the recurring payments has been paused
- Boolean :
- # last billing item for this recurring payment
- BillingItem :
- # date of next payment
- String :
- # next payment date if recurring payment is restarted
- String :
- # id of coupon
- ID :
- # offering id
- ID :
- # name of offering associated with recurring payment
- String :
- # original price
- String :
- # date on which the recurring payment is paused
- String :
- # provider who paused the recurring payment
- User :
- # count of payments remaining or returns Until Canceled
- String :
- # id of receiver
- ID :
- # number of times payment should repeat
- String :
- # id of sender
- ID :
- # date payments should begin
- String :
- # updated at date
- String :
- }