SingleVendorReportType
No description
type SingleVendorReportType {
gross: Float
orders: Int
net: Float
shipping: Float
average: Float
taxes: Float
discounts: Float
revenue: Float
totals: Int
commission: Float
payout: Decimal
adjustments: Decimal
penalties: Decimal
refunds: Decimal
fees: Decimal
startDate: String
endDate: String
payoutEndDate: String
status: String
vendorPayout: VendorPayout
}
Show more ↓
Fields
SingleVendorReportType.gross ● Float scalar
SingleVendorReportType.orders ● Int scalar
SingleVendorReportType.net ● Float scalar
SingleVendorReportType.shipping ● Float scalar
SingleVendorReportType.average ● Float scalar
SingleVendorReportType.taxes ● Float scalar
SingleVendorReportType.discounts ● Float scalar
SingleVendorReportType.revenue ● Float scalar
SingleVendorReportType.totals ● Int scalar
SingleVendorReportType.commission ● Float scalar
SingleVendorReportType.payout ● Decimal scalar
SingleVendorReportType.adjustments ● Decimal scalar
SingleVendorReportType.penalties ● Decimal scalar
SingleVendorReportType.refunds ● Decimal scalar
SingleVendorReportType.fees ● Decimal scalar
SingleVendorReportType.startDate ● String scalar
SingleVendorReportType.endDate ● String scalar
SingleVendorReportType.payoutEndDate ● String scalar
SingleVendorReportType.status ● String scalar
SingleVendorReportType.vendorPayout ● VendorPayout object
Member Of
SingleVendorPayoutReport object