Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 921 Bytes

File metadata and controls

25 lines (19 loc) · 921 Bytes

ChargeRequest

squareconnect.models.charge_request

Description

Defines the parameters that can be included in the body of a request to the Charge endpoint.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]