squareconnect.models.charge_request
Defines the parameters that can be included in the body of a request to the Charge endpoint.
| Name | Type | Notes |
|---|---|---|
| idempotency_key | str | |
| amount_money | Money | |
| card_nonce | str | [optional] |
| customer_card_id | str | [optional] |
| delay_capture | bool | [optional] |
| reference_id | str | [optional] |
| note | str | [optional] |
| customer_id | str | [optional] |
| billing_address | Address | [optional] |
| shipping_address | Address | [optional] |
| buyer_email_address | str | [optional] |