Skip to main content

RepaymentLine

Permission required: repayment_line:read

type RepaymentLine {
createdAt: ISO8601DateTime
discountedUnitaryPrice: Float
id: ID
number: String
originalUnitaryPrice: Float
quantity: Int
returnedLine: RepaymentReturnedLine
sku: String
skuDescription: String
unitaryVatAmount: Float
updatedAt: ISO8601DateTime
vatPercentage: Float
}

Fields

RepaymentLine.createdAt ● ISO8601DateTime scalar

When the record was created.

RepaymentLine.discountedUnitaryPrice ● Float scalar

The unit price after discounts, excluding VAT.

RepaymentLine.id ● ID scalar

The unique identifier of the record.

RepaymentLine.number ● String scalar

The line number within the repayment request.

RepaymentLine.originalUnitaryPrice ● Float scalar

The full unit price before discounts, excluding VAT.

RepaymentLine.quantity ● Int scalar

The quantity selected for repayment.

RepaymentLine.returnedLine ● RepaymentReturnedLine object

The warehouse evaluation row of the line, when the goods have been received.

RepaymentLine.sku ● String scalar

The product SKU.

RepaymentLine.skuDescription ● String scalar

The description of the product of the line.

RepaymentLine.unitaryVatAmount ● Float scalar

The VAT amount for a single unit of the line, as an absolute amount (not a percentage).

RepaymentLine.updatedAt ● ISO8601DateTime scalar

When the record was last updated.

RepaymentLine.vatPercentage ● Float scalar

The VAT percentage applied to the line.

Member Of

RepaymentRequest object ● RepaymentReturnedLine object