Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.59 KB

OrderModelsPaymentDetail.md

File metadata and controls

23 lines (19 loc) · 1.59 KB

OrderModelsPaymentDetail

Properties

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]

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