Name | Type | Description | Notes |
---|---|---|---|
billing_address | \Rvvup\Api\Model\Address | [optional] | |
checkout_id | string | The ID of the checkout that the payment session was created from. | [optional] |
checkout_mode | \Rvvup\Api\Model\CheckoutMode | ||
checkout_mode_id | string | [optional] | |
created_at | \DateTime | The datetime when the payment session was created. | |
customer | \Rvvup\Api\Model\Customer | [optional] | |
dashboard_url | string | The URL to the merchant dashboard for the payment session. | |
discount_total | \Rvvup\Api\Model\Money | [optional] | |
external_reference | string | Your reference to identify the payment session. | [optional] |
id | string | The unique ID for the payment session. | |
items | \Rvvup\Api\Model\Item[] | List of items that the customer is purchasing. | |
merchant_id | string | The ID of the merchant that the payment session was created for. | |
payment_link_id | string | The ID of the payment link that the payment session was created from. | [optional] |
payments | \Rvvup\Api\Model\Payment[] | List of payments that have been made for the payment session. | |
requires_shipping | bool | Whether the customer is required to provide a shipping address. | [optional] |
shipping_address | \Rvvup\Api\Model\Address | [optional] | |
shipping_total | \Rvvup\Api\Model\Money | [optional] | |
status | \Rvvup\Api\Model\PaymentSessionStatus | ||
tax_total | \Rvvup\Api\Model\Money | [optional] | |
total | \Rvvup\Api\Model\Money | ||
updated_at | \DateTime | The datetime when the payment session was last updated. |