Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.17 KB

Checkout.md

File metadata and controls

20 lines (16 loc) · 1.17 KB

Checkout

Properties

Name Type Description Notes
id string The checkout id
uri string The uri to redirect the user to in order to approve this checkout.
type string The type of checkout [optional] [default to 'standard']
shopper \zipMoney\Model\Shopper [optional]
order \zipMoney\Model\CheckoutOrder [optional]
features \zipMoney\Model\CheckoutFeatures [optional]
config \zipMoney\Model\CheckoutConfiguration [optional]
created \DateTime Date the checkout was created
state string Current state of the checkout
customer_id string The id of the customer who has approved this checkout request. Only present if approved. [optional]
metadata \zipMoney\Model\Metadata [optional]

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