OBJECT
CommissionPackageScheduleItem
Commission package schedule item within a commission package schedule
link GraphQL Schema definition
- type CommissionPackageScheduleItem implements Node {
- # Commission package which will be assigned to the specified seller
- CommissionPackage! :
- ID! :
- # Seller to which the commission package will be assigned
- Seller! :
- }