Skip to main content

Interface: OrderPaymentUpdateInput

Defined in: type/OrderPaymentUpdateInput.ts:5

Input object for OrderPaymentUpdateInput

Properties

accountingId?

optional accountingId?: string

Defined in: type/OrderPaymentUpdateInput.ts:21

The accountingId that belongs to this order


gross?

optional gross?: number

Defined in: type/OrderPaymentUpdateInput.ts:9

The transaction cost excluding tax


method?

optional method?: string

Defined in: type/OrderPaymentUpdateInput.ts:15

The paymethod for this Order


net?

optional net?: number

Defined in: type/OrderPaymentUpdateInput.ts:7

The transaction cost including tax


overruled?

optional overruled?: YesNo

Defined in: type/OrderPaymentUpdateInput.ts:23

Whether the transaction costs for this order are overruled, if N, the shipping costs will be recalculated on every mutation


status?

optional status?: string

Defined in: type/OrderPaymentUpdateInput.ts:17

The transaction status


statusDate?

optional statusDate?: string

Defined in: type/OrderPaymentUpdateInput.ts:19

Last time the transaction status was changed


tax?

optional tax?: number

Defined in: type/OrderPaymentUpdateInput.ts:11

The transaction cost tax


taxPercentage?

optional taxPercentage?: number

Defined in: type/OrderPaymentUpdateInput.ts:13

The transaction costs tax percentage