Uses of Class
dev.vality.damsel.payment_processing.ShopEffect
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of ShopEffect in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ShopEffect Modifier and Type Field Description ShopEffectShopEffectUnit. effectMethods in dev.vality.damsel.payment_processing that return ShopEffect Modifier and Type Method Description static ShopEffectShopEffect. account_created(ShopAccount value)static ShopEffectShopEffect. category_changed(CategoryRef value)static ShopEffectShopEffect. contract_changed(ShopContractChanged value)static ShopEffectShopEffect. created(Shop value)ShopEffectShopEffect. deepCopy()static ShopEffectShopEffect. details_changed(ShopDetails value)ShopEffectShopEffectUnit. getEffect()static ShopEffectShopEffect. location_changed(ShopLocation value)static ShopEffectShopEffect. payout_schedule_changed(ScheduleChanged value)static ShopEffectShopEffect. payout_tool_changed(String value)static ShopEffectShopEffect. proxy_changed(ShopProxyChanged value)Methods in dev.vality.damsel.payment_processing with parameters of type ShopEffect Modifier and Type Method Description intShopEffect. compareTo(ShopEffect other)booleanShopEffect. equals(ShopEffect other)ShopEffectUnitShopEffectUnit. setEffect(ShopEffect effect)Constructors in dev.vality.damsel.payment_processing with parameters of type ShopEffect Constructor Description ShopEffect(ShopEffect other)ShopEffectUnit(String shop_id, ShopEffect effect)