INPUT_OBJECT
SubscriptionCreateInput
link GraphQL Schema definition
1 input SubscriptionCreateInput { 2 3 SubscriptionContractInput! : 4 5 SubscriptionPlanInput! : 6 7 Int! : 8 9 # leave unset to use price from pricelist 10 MonetaryValueInput : 11 12 # only used if unitPrice is provided 13 MonetaryValueInput : 14 15 Date! : 16 17 SubscriptionItemCreateInput!]! : [ 18 }