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] |