Uses of Class
dev.vality.damsel.payment_processing.errors.RefundFailure
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing.errors |
-
Uses of RefundFailure in dev.vality.damsel.payment_processing.errors
Methods in dev.vality.damsel.payment_processing.errors that return RefundFailure Modifier and Type Method Description static RefundFailureRefundFailure. authorization_failed(AuthorizationFailure value)RefundFailureRefundFailure. deepCopy()static RefundFailureRefundFailure. terms_violated(TermsViolated value)Methods in dev.vality.damsel.payment_processing.errors with parameters of type RefundFailure Modifier and Type Method Description intRefundFailure. compareTo(RefundFailure other)booleanRefundFailure. equals(RefundFailure other)Constructors in dev.vality.damsel.payment_processing.errors with parameters of type RefundFailure Constructor Description RefundFailure(RefundFailure other)