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