Skip to main content

Fields

acceptedAt : DateTime
account : AccountType! required
id : ID! required
initialScheduleType : String! required
ledgerNumber : String

The ledger number for this payment plan or None if one does not exist.

nextPayment : PaymentPlanPaymentType

The next planned payment for this payment plan.

offeredAt : DateTime
offerExpiresAt : DateTime
payments : [PaymentPlanPaymentType!]! required
status : String! required
strategyDisplayName : String

The display name of the strategy used for this payment plan or None if one does not exist.

strategyName : String! required
updatedAt : DateTime! required
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "acceptedAt": "2010-12-26T02:23:22.297078+00:00", "account": AccountType, "id": "97158881", "initialScheduleType": "carry-matter-occur-find-me", "ledgerNumber": "ground-more-a-kind-last", "nextPayment": PaymentPlanPaymentType, "offeredAt": "1987-04-01T03:27:11.976846+00:00", "offerExpiresAt": "1992-08-07T06:31:32.767747+00:00", "payments": [PaymentPlanPaymentType], "status": "situation-raise-manage-positive-help", "strategyDisplayName": "daughter-about-everyone-our-think", "strategyName": "stop-memory-would-left-strong", "updatedAt": "1993-02-20T21:32:33.427747+00:00" }