Uses of Class
dev.vality.damsel.payment_processing.errors.TermsViolated
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing.errors |
-
Uses of TermsViolated in dev.vality.damsel.payment_processing.errors
Methods in dev.vality.damsel.payment_processing.errors that return TermsViolated Modifier and Type Method Description TermsViolatedTermsViolated. deepCopy()TermsViolatedRefundFailure. getTermsViolated()static TermsViolatedTermsViolated. insufficient_merchant_funds(GeneralFailure value)Methods in dev.vality.damsel.payment_processing.errors with parameters of type TermsViolated Modifier and Type Method Description intTermsViolated. compareTo(TermsViolated other)booleanTermsViolated. equals(TermsViolated other)voidRefundFailure. setTermsViolated(TermsViolated value)static RefundFailureRefundFailure. terms_violated(TermsViolated value)Constructors in dev.vality.damsel.payment_processing.errors with parameters of type TermsViolated Constructor Description TermsViolated(TermsViolated other)