Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOrderPayment

The order payments stream emit format NOTE: OpenAmount being 0 should not be used to determine paid status There is an order requirement for that

export
interface

IOrderPayment

Hierarchy

  • IOrderPayment

Index

Properties

Optional change

change: undefined | number

openAmount

openAmount: number

Optional openAmountForShipment

openAmountForShipment: undefined | number

order

order: OrderDto

paymentMethod

paymentMethod: string

Optional paymentProperties

paymentProperties: undefined | {}

Optional paymentTransactionId

paymentTransactionId: undefined | number

paymentTransactions

paymentTransactions: PaymentTransactionDto[]

This will be returned by either createPayment or createRefund service and will represent the transactions relevant to the payment that was done.

success

success: boolean