Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateRefund

Create a refund

With this service a refund can be done based on an existing PaymentTransaction, or without it for an Order.

It is required to specify a transaction or to specify the PaymentType to use.

When no Amount is specified the open amount of the order will be used.

Hierarchy

  • CreateRefund

Index

Properties

Optional Amount

Amount: undefined | number

Min: 0

Optional CurrencyID

CurrencyID: undefined | string

Entity type: Currency

Optional OrderID

OrderID: undefined | number

Entity type: Order

Optional PaymentTransactionID

PaymentTransactionID: undefined | number

Entity type: PaymentTransaction

Optional PaymentTypeID

PaymentTypeID: undefined | number

Entity type: PaymentType

Optional Properties

Properties: undefined | {}