Skip to content

Latest commit

 

History

History
158 lines (149 loc) · 4.44 KB

File metadata and controls

158 lines (149 loc) · 4.44 KB

PayoutOrder

Properties

Name Type Description Notes
orderId Integer The id of the order [optional]
payoutId Integer The id of the payout the order is related to [optional]
orderDate OffsetDateTime The date the order was placed [optional]
orderType OrderTypeEnum Order type (online or cash) [optional]
orderCurrency OrderCurrencyEnum Order currency [optional]
sales Double Order sales amount [optional]
salesTax Double Order sales tax amount [optional]
deliveryCharges Double Order delivery charges [optional]
tips Double Order tips amount [optional]
voucher Double Order voucher amount [optional]
flatFeeExcludingVat Double Order flat fee amount excluding VAT [optional]
flatFeeExcludingVAT Double Order flat fee amount excluding VAT [optional]
flatFeeIncludingVat Double Order flat fee amount including VAT [optional]
percentageFeeExcludingVat Double Order percentage fee excluding VAT [optional]
percentageFeeExcludingVAT Double Order percentage fee excluding VAT [optional]
vat Double Order VAT amount [optional]
totalFees Double Total order fees amount [optional]
cashFeeChargedToCustomer Double Cash fee charged to customer [optional]
netSales Double Order net sales amount [optional]
storeId Integer Store id [optional]
serviceChargeAmount Double Order ServiceChargeAmount amount [optional]
serviceChargePercentage Double Order ServiceChargePercentage amount [optional]

Enum: OrderTypeEnum

Name Value
CASH "Cash"
ONLINE "Online"

Enum: OrderCurrencyEnum

Name Value
EUR "EUR"
USD "USD"
GBP "GBP"
CAD "CAD"
AUD "AUD"
DJF "DJF"
ZAR "ZAR"
ETB "ETB"
AED "AED"
BHD "BHD"
DZD "DZD"
EGP "EGP"
IQD "IQD"
JOD "JOD"
KWD "KWD"
LBP "LBP"
LYD "LYD"
MAD "MAD"
OMR "OMR"
QAR "QAR"
SAR "SAR"
SYP "SYP"
TND "TND"
YER "YER"
CLP "CLP"
INR "INR"
AZN "AZN"
RUB "RUB"
BYN "BYN"
BGN "BGN"
NGN "NGN"
BDT "BDT"
CNY "CNY"
BAM "BAM"
CZK "CZK"
DKK "DKK"
CHF "CHF"
MVR "MVR"
BTN "BTN"
XCD "XCD"
BZD "BZD"
HKD "HKD"
IDR "IDR"
JMD "JMD"
MYR "MYR"
NZD "NZD"
PHP "PHP"
SGD "SGD"
TTD "TTD"
XDR "XDR"
ARS "ARS"
BOB "BOB"
COP "COP"
CRC "CRC"
CUP "CUP"
DOP "DOP"
GTQ "GTQ"
HNL "HNL"
MXN "MXN"
NIO "NIO"
PAB "PAB"
PEN "PEN"
PYG "PYG"
UYU "UYU"
VEF "VEF"
IRR "IRR"
XOF "XOF"
CDF "CDF"
XAF "XAF"
HTG "HTG"
ILS "ILS"
HRK "HRK"
HUF "HUF"
AMD "AMD"
ISK "ISK"
JPY "JPY"
GEL "GEL"
KZT "KZT"
KHR "KHR"
KRW "KRW"
KGS "KGS"
LAK "LAK"
MKD "MKD"
MNT "MNT"
BND "BND"
MMK "MMK"
NOK "NOK"
NPR "NPR"
PKR "PKR"
PLN "PLN"
AFN "AFN"
BRL "BRL"
MDL "MDL"
RON "RON"
RWF "RWF"
SEK "SEK"
LKR "LKR"
SOS "SOS"
ALL "ALL"
RSD "RSD"
KES "KES"
TJS "TJS"
THB "THB"
ERN "ERN"
TMT "TMT"
BWP "BWP"
TRY "TRY"
UAH "UAH"
UZS "UZS"
VND "VND"
MOP "MOP"
TWD "TWD"
BMD "BMD"