Interface CancelledResponse
Properties
Readonly cancelled
cancelled
: MaybePopulated<{ amount
: number; cancelReason
: string; details
?: { externalNonPaymentToken
?: string; nonPaymentToken
?: string }; instrument
: string; number
: number; orderReference
?: string; payeeReference
: string; tokens
?: readonly CancelledTokenResponse[] }>Optional Readonly paymentOrder
paymentOrder?: string
Optional Readonly paymentorder
paymentorder?: string
The parent payment order id. (The api is inconsistent so both camelcase and lowercase is supported)