Mutation
Variables
Response
Mutations
archivePaymentPlan
Archive a Payment Plan in the current Network, taking it off sale. Buyers’ subscriptions are wound down asynchronously.
MUTATION
archivePaymentPlan(input: ArchivePaymentPlanInput!): ArchivePaymentPlanPayloadArguments
input
ArchivePaymentPlanInput!
required
Parameters for ArchivePaymentPlan
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
paymentPlan
Mutation
Variables
Response