Uses of Class
cz.gopay.api.v3.model.supercash.SubType
-
Packages that use SubType Package Description cz.gopay.api.v3.model.supercash -
-
Uses of SubType in cz.gopay.api.v3.model.supercash
Methods in cz.gopay.api.v3.model.supercash that return SubType Modifier and Type Method Description SubTypeSupercashBatchItem. getSubType()SubTypeSupercashCouponRequest. getSubType()static SubTypeSubType. valueOf(String name)Returns the enum constant of this type with the specified name.static SubType[]SubType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.gopay.api.v3.model.supercash with parameters of type SubType Modifier and Type Method Description voidSupercashBatchItem. setSubType(SubType subType)voidSupercashCouponRequest. setSubType(SubType subType)SupercashRequestBuilderSupercashRequestBuilder. subType(SubType subType)
-