Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.66 KB

File metadata and controls

21 lines (17 loc) · 1.66 KB

PayoutStore

Properties

Name Type Description Notes
store_id int The id of the Store. [optional]
store_name string Name of the store [optional]
amount double Amount of the payout for this Store [optional]
online_revenue \Flipdish\Client\Models\RevenueDetail Revenue details (DEPRECATED: Use Revenue) [optional]
revenue \Flipdish\Client\Models\RevenueDetail Revenue details [optional]
revenue_adjustments \Flipdish\Client\Models\RevenueAdjustmentsDetails Revenue Adjustments breakdown [optional]
flipdish_fees \Flipdish\Client\Models\FlipdishFeesDetails Fees breakdown [optional]
chargebacks \Flipdish\Client\Models\ChargebackDetails Chargebacks breakdown [optional]
other_charges \Flipdish\Client\Models\OtherChargesDetails Breakdown of other charges [optional]
balance \Flipdish\Client\Models\BalanceDetails Period opening and closing balance [optional]
pos_revenue \Flipdish\Client\Models\PosRevenueDetails Breakdown of POS charges [optional]
third_party_fees \Flipdish\Client\Models\ThirdPartyFeesDetails Third party integration fees [optional]

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