Name | Type | Description | Notes |
---|---|---|---|
id | Int | Unique identifier for this payment detail. Exception: For some payment options this field can be 0. These orders only have one payment detail. | [optional] |
paymentId | Int | Payment method id | [optional] |
name | String | The name of the payment method | [optional] |
displayName | String | The display name of the payment method | [optional] |
transactionId | String | The transaction id (external reference). | [optional] |
secondaryTransactionId | String | The secondary transaction id, if any (external reference). | [optional] |
reservationNumber | String | The reservation number. This field is not available for all payment methods. | [optional] |
reservationDate | Date | Reservation date | [optional] |
paymentDate | Date | Payment date | [optional] |
total | Double | Total | [optional] |
payed | Bool | Shows if the order is paid using this payment method | [optional] |
paymentFee | Double | The payment fee | [optional] |
shippingFee | Double | The shipping fee | [optional] |
paymentOption | String | The name of the payment option, if any. This doesn't have to be the same as the payment name. Eg "Direct bank payment", "Card", "Invoice" etc. | [optional] |