Uses of Class
dev.vality.fistful.base.Residence
| Package | Description |
|---|---|
| dev.vality.fistful.base |
-
Uses of Residence in dev.vality.fistful.base
Fields in dev.vality.fistful.base declared as Residence Modifier and Type Field Description ResidenceBankCard. issuer_countryMethods in dev.vality.fistful.base that return Residence Modifier and Type Method Description static ResidenceResidence. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ResidenceBankCard. getIssuerCountry()static ResidenceResidence. valueOf(String name)Returns the enum constant of this type with the specified name.static Residence[]Residence. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fistful.base with parameters of type Residence Modifier and Type Method Description BankCardBankCard. setIssuerCountry(Residence issuer_country)