Skip to main content

RefundLineUpdateInput

No description

input RefundLineUpdateInput {
chargedTo: RefundChargeToEnum!
lineType: RefundLineTypeEnum!
refundScope: ID!
amount: PositiveDecimal
percentage: PositiveDecimal
quantity: Int
quantityFulfilled: Int
quantityUnfulfilled: Int
id: ID!
}

Fields

RefundLineUpdateInput.chargedTo ● RefundChargeToEnum! non-null enum

To whom the refund will be applied.

RefundLineUpdateInput.lineType ● RefundLineTypeEnum! non-null enum

RefundLineUpdateInput.refundScope ● ID! non-null scalar

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

RefundLineUpdateInput.amount ● PositiveDecimal scalar

Refund line amount (in order currency).

RefundLineUpdateInput.percentage ● PositiveDecimal scalar

RefundLineUpdateInput.quantity ● Int scalar

RefundLineUpdateInput.quantityFulfilled ● Int scalar

RefundLineUpdateInput.quantityUnfulfilled ● Int scalar

RefundLineUpdateInput.id ● ID! non-null scalar

ID of the refund line to update.

Member Of

refundLinesUpdate mutation

Was this page helpful?