input
CollectInvoiceFeeInput!
Required
CollectInvoiceFee!
type Mutation { collectInvoiceFeeCreate(input: CollectInvoiceFeeInput!): CollectInvoiceFee! }
Mutation.
collectInvoiceFeeCreate
Creates a fee for an existing CollectInvoiceFeeConfiguration
Arguments
input
CollectInvoiceFeeInput!
Required
Returns:
CollectInvoiceFee!
type Mutation { collectInvoiceFeeCreate(input: CollectInvoiceFeeInput!): CollectInvoiceFee! }