Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletPaperCheck.ShippingMethod
-
Packages that use HyperwalletPaperCheck.ShippingMethod Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletPaperCheck.ShippingMethod in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletPaperCheck.ShippingMethod Modifier and Type Method Description HyperwalletPaperCheck.ShippingMethodHyperwalletPaperCheck. getShippingMethod()static HyperwalletPaperCheck.ShippingMethodHyperwalletPaperCheck.ShippingMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletPaperCheck.ShippingMethod[]HyperwalletPaperCheck.ShippingMethod. 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 HyperwalletPaperCheck.ShippingMethod Modifier and Type Method Description voidHyperwalletPaperCheck. setShippingMethod(HyperwalletPaperCheck.ShippingMethod shippingMethod)HyperwalletPaperCheckHyperwalletPaperCheck. shippingMethod(HyperwalletPaperCheck.ShippingMethod shippingMethod)
-