Uses of Class
dev.vality.damsel.payment_processing.ShopModification
Packages that use ShopModification
-
Uses of ShopModification in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ShopModificationMethods in dev.vality.damsel.payment_processing that return ShopModificationModifier and TypeMethodDescriptionstatic ShopModificationShopModification.category_modification(CategoryRef value) static ShopModificationShopModification.contract_modification(ShopContractModification value) static ShopModificationShopModification.creation(ShopParams value) ShopModification.deepCopy()static ShopModificationShopModification.details_modification(ShopDetails value) ShopModificationUnit.getModification()static ShopModificationShopModification.location_modification(ShopLocation value) static ShopModificationShopModification.proxy_modification(ProxyModification value) static ShopModificationShopModification.shop_account_creation(ShopAccountParams value) static ShopModificationShopModification.turnover_limits_modification(Set<TurnoverLimit> value) Methods in dev.vality.damsel.payment_processing with parameters of type ShopModificationModifier and TypeMethodDescriptionintShopModification.compareTo(ShopModification other) booleanShopModification.equals(ShopModification other) ShopModificationUnit.setModification(ShopModification modification) Constructors in dev.vality.damsel.payment_processing with parameters of type ShopModificationModifierConstructorDescriptionShopModification(ShopModification other) ShopModificationUnit(String id, ShopModification modification)