Uses of Class
dev.vality.damsel.payment_processing.ShopEffect
Packages that use ShopEffect
-
Uses of ShopEffect in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ShopEffectMethods in dev.vality.damsel.payment_processing that return ShopEffectModifier and TypeMethodDescriptionstatic ShopEffectShopEffect.account_created(ShopAccount value) static ShopEffectShopEffect.category_changed(CategoryRef value) static ShopEffectShopEffect.contract_changed(ShopContractChanged value) static ShopEffectShopEffect.deepCopy()static ShopEffectShopEffect.details_changed(ShopDetails value) ShopEffectUnit.getEffect()static ShopEffectShopEffect.location_changed(ShopLocation value) static ShopEffectShopEffect.proxy_changed(ShopProxyChanged value) static ShopEffectShopEffect.turnover_limits_changed(Set<TurnoverLimit> value) Methods in dev.vality.damsel.payment_processing with parameters of type ShopEffectModifier and TypeMethodDescriptionintShopEffect.compareTo(ShopEffect other) booleanShopEffect.equals(ShopEffect other) ShopEffectUnit.setEffect(ShopEffect effect) Constructors in dev.vality.damsel.payment_processing with parameters of type ShopEffectModifierConstructorDescriptionShopEffect(ShopEffect other) ShopEffectUnit(String shop_id, ShopEffect effect)