@agorio/sdkDocs


Interface: AcpAdjustment

Post-order change: refund, credit, return, exchange, dispute, …

Properties

amount?

optional amount: number

Defined in

src/types/index.ts:277


currency?

optional currency: string

Defined in

src/types/index.ts:278


description?

optional description: string

Defined in

src/types/index.ts:279


id

id: string

Defined in

src/types/index.ts:264


line_items?

optional line_items: AcpLineItemReference[]

Defined in

src/types/index.ts:276


occurred_at

occurred_at: string

Defined in

src/types/index.ts:274


reason?

optional reason: string

Defined in

src/types/index.ts:280


status

status: "pending" | string & object | "completed" | "failed"

Defined in

src/types/index.ts:275


type

type: string & object | "refund" | "credit" | "return" | "exchange" | "price_adjustment" | "cancellation" | "dispute"

Defined in

src/types/index.ts:265