Skip to main content

RefundLineInput

No description

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.

RefundLineInput.lineType ● RefundLineTypeEnum! non-null enum

RefundLineInput.refundScope ● ID! non-null scalar

Reference ID of the instance to which refund will be applied. Allowed instances are NauticalOrder, Order, OrderLine.

RefundLineInput.amount ● PositiveDecimal scalar

Refund line amount (in order currency).

RefundLineInput.percentage ● PositiveDecimal scalar

RefundLineInput.quantity ● Int scalar

RefundLineInput.quantityFulfilled ● Int scalar

RefundLineInput.quantityUnfulfilled ● Int scalar

Member Of

refundLinesAdd mutation

Was this page helpful?