Enum PaymentInitiationPaymentReverseResponse.StatusEnum

java.lang.Object
java.lang.Enum<PaymentInitiationPaymentReverseResponse.StatusEnum>
com.plaid.client.model.PaymentInitiationPaymentReverseResponse.StatusEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PaymentInitiationPaymentReverseResponse.StatusEnum>, java.lang.constant.Constable
Enclosing class:
PaymentInitiationPaymentReverseResponse

public static enum PaymentInitiationPaymentReverseResponse.StatusEnum
extends java.lang.Enum<PaymentInitiationPaymentReverseResponse.StatusEnum>
The status of the refund. `PROCESSING`: The refund is currently being processed. The refund will automatically exit this state when processing is complete. `INITIATED`: The refund has been successfully initiated. `EXECUTED`: Indicates that the refund has been successfully executed. `FAILED`: The refund has failed to be executed. This error is retryable once the root cause is resolved.