Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletPrepaidCard.Brand
-
Packages that use HyperwalletPrepaidCard.Brand Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletPrepaidCard.Brand in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletPrepaidCard.Brand Modifier and Type Method Description HyperwalletPrepaidCard.BrandHyperwalletPrepaidCard. getCardBrand()HyperwalletPrepaidCard.BrandHyperwalletTransferMethod. getCardBrand()static HyperwalletPrepaidCard.BrandHyperwalletPrepaidCard.Brand. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletPrepaidCard.Brand[]HyperwalletPrepaidCard.Brand. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hyperwallet.clientsdk.model with parameters of type HyperwalletPrepaidCard.Brand Modifier and Type Method Description HyperwalletPrepaidCardHyperwalletPrepaidCard. cardBrand(HyperwalletPrepaidCard.Brand cardBrand)HyperwalletTransferMethodHyperwalletTransferMethod. cardBrand(HyperwalletPrepaidCard.Brand cardBrand)voidHyperwalletPrepaidCard. setCardBrand(HyperwalletPrepaidCard.Brand cardBrand)voidHyperwalletTransferMethod. setCardBrand(HyperwalletPrepaidCard.Brand cardBrand)
-