Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RefundOrder

Triggers a refund request for the given Order.

The amount to refund is optional, if not specified it will be the amount available to refund on the order.

Hierarchy

  • RefundOrder

Index

Properties

Optional AmountToRefund

AmountToRefund: undefined | number

Min: 0

Optional OrderID

OrderID: undefined | number

Entity type: Order

Optional Reason

Reason: undefined | string

Optional WaitForCompletion

WaitForCompletion: undefined | false | true

Handle all the refund in process, this can take a long time if multiple transactions are involved.