paymentMethodCreate
mutation
Create payment method
Adds a new payment method to the company's configuration (e.g., cash, bank transfer, Multibanco). Returns the created payment method.
mutation {
paymentMethodCreate(companyId: Int!, data: PaymentMethodInsert!): PaymentMethod!
}Returns: PaymentMethod!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | PaymentMethodInsert! |