PaymentMethodRead
object
Reads a PaymentMethod.
Returns a PaymentMethod with the specified ID.
Fields
| Name | Type | Description |
|---|---|---|
paymentMethodId | Int! | |
visible | Int! | |
isDefault | Boolean! | |
name | String! | |
commission | Float | |
fixedCommission | Float | |
type | Int | |
company | CompanyRead | |
deletable | Boolean |