Uses of Class
cz.gopay.api.v3.model.payment.support.ItemType
-
Packages that use ItemType Package Description cz.gopay.api.v3.model.payment cz.gopay.api.v3.model.payment.support -
-
Uses of ItemType in cz.gopay.api.v3.model.payment
Methods in cz.gopay.api.v3.model.payment with parameters of type ItemType Modifier and Type Method Description UAbstractPaymentBuilder. addItem(String name, Long amount, Long count, Integer vatRate, ItemType type, String ean, String url) -
Uses of ItemType in cz.gopay.api.v3.model.payment.support
Methods in cz.gopay.api.v3.model.payment.support that return ItemType Modifier and Type Method Description ItemTypeOrderItem. getItemType()static ItemTypeItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static ItemType[]ItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.gopay.api.v3.model.payment.support with parameters of type ItemType Modifier and Type Method Description static OrderItemOrderItem. of(String name, Long amount, Long count, Integer vatRate, ItemType type, String ean, String url)voidOrderItem. setItemType(ItemType itemType)
-