Mutation
Variables
Response
Mutations
createPaymentCoupon
Create a Promo Code (a discount on Payment Plans) in the current Network. Host only.
MUTATION
createPaymentCoupon(input: CreatePaymentCouponInput!): CreatePaymentCouponPayloadArguments
input
CreatePaymentCouponInput!
required
Parameters for CreatePaymentCoupon
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
paymentCoupon
Mutation
Variables
Response