| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Human-readable name of the payment method. | |
| type | string | Machine-readable type slug for the payment method. | |
| currency | \Komoju\Model\Currency | ||
| percentage | int | Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). | |
| fixed_amount_cents | int | Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). | |
| minimum_processing_fee_amount_cents | int | Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). | |
| [Back to Model list] [Back to API list] [Back to README] |