SellerPayoutRowType
No description
type SellerPayoutRowType {
tenantId: String!
sellerId: String!
id: String!
payoutId: String!
created: DateTime!
included: Boolean
status: String
currency: String
sales: Float
discounts: Float
shipping: Float
commission: Float
fees: Float
refunds: Float
adjustments: Float
payout: Float
}