VendorPayoutUpdateInput
Input for updating a vendor payout within a payout.
input VendorPayoutUpdateInput {
vendorId: ID
adjustments: Decimal
penalties: Decimal
adjustmentDirection: String
}
Fields
VendorPayoutUpdateInput.vendorId ● ID scalar
The ID of the vendor/seller.
VendorPayoutUpdateInput.adjustments ● Decimal scalar
Adjustment amount for the vendor payout.
VendorPayoutUpdateInput.penalties ● Decimal scalar
DEPRECATED: Penalty amount for the vendor payout.
VendorPayoutUpdateInput.adjustmentDirection ● String scalar
Direction of the adjustment.
Member Of
PayoutUpdateInput input