Skip to main content
Skip to main content

RefundReason

The reason of the refund.

Enumeration Members

CLAIM

CLAIM = "claim"

The refund is applied because of a created claim.


DISCOUNT

DISCOUNT = "discount"

The refund is applied as a discount.


OTHER

OTHER = "other"

The refund is created for a custom reason.


RETURN

RETURN = "return"

The refund is applied because of a created return.


SWAP

SWAP = "swap"

The refund is applied because of a created swap.

Was this section helpful?