| Name | Type | Description | Notes |
|---|---|---|---|
| capture | String | Whether to capture the payment automatically on completion, or hold it for manual capture later. | [optional] [default to null] |
| amount | Integer | Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). | [optional] [default to null] |
| currency | Currency | [optional] [default to null] | |
| external_order_num | String | Merchant-assigned order reference number to associate with the payment. | [optional] [default to null] |
| name | String | Customer's full name. | [optional] [default to null] |
| name_kana | String | Customer's full name in katakana. | [optional] [default to null] |
| mcc | String | Merchant Category Code to use for this payment. | [optional] [default to null] |
| intent | Intent | [optional] [default to null] | |
| statement_descriptor | StatementDescriptor | [optional] [default to null] | |
| platform_details | PlatformDetails | [optional] [default to null] | |
| billing_address | Address | [optional] [default to null] | |
| shipping_address | Address | [optional] [default to null] |