Click or drag to resize

RefundStatusType Enumeration

Refund status type

Namespace:  Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public enum RefundStatusType
Members
  Member nameValueDescription
Pending0 Refund pending
DoneManual1 Refund done, manually.
DonePrepaidCredits2 Refund done, manually added to customer account as PrepaidCredits
DoneAutomatic3 Refund done, via automatic refund.
FailedAutomatic-1 Refund failed, via automatic refund.
FailedNotEnoughPrepaidCredit-2 Refund failed because customer spent prepaid credits
See Also