Properties
Readonly paid
paid
: never & { id
: string } & { amount
: number; details
?: { externalNonPaymentToken
?: string; nonPaymentToken
?: string }; discountAmount
: number; feeAmount
: number; id
: string; instrument
: string; number
: number; orderReference
?: string; payeeReference
: string; submittedAmount
: number; tokens
?: readonly PaidTokenResponse[]; transactionType
: "Authorization" | "Sale" | "Verification" }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)