Uses of Class
app.cybrid.cybrid_api_bank.client.model.TradeFailureCodeBankModel
-
Packages that use TradeFailureCodeBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of TradeFailureCodeBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return TradeFailureCodeBankModel Modifier and Type Method Description static TradeFailureCodeBankModelTradeFailureCodeBankModel. fromValue(String value)static TradeFailureCodeBankModelTradeFailureCodeBankModel. valueOf(String name)Returns the enum constant of this type with the specified name.static TradeFailureCodeBankModel[]TradeFailureCodeBankModel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-