RefundLineInput
Input for adding a refund line.
input RefundLineInput {
chargedTo: RefundChargeToEnum!
lineType: RefundLineTypeEnum!
refundScope: ID!
amount: PositiveDecimal
percentage: PositiveDecimal
quantity: Int
quantityFulfilled: Int
quantityUnfulfilled: Int
}
Fields
RefundLineInput.chargedTo ● RefundChargeToEnum! non-null enum
To whom the refund will be applied.