Uses of Class
dev.vality.damsel.payment_processing.ShopEffectUnit
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of ShopEffectUnit in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return ShopEffectUnit Modifier and Type Method Description ShopEffectUnitShopEffectUnit. deepCopy()ShopEffectUnitClaimEffect. getShopEffect()ShopEffectUnitShopEffectUnit. setEffect(ShopEffect effect)ShopEffectUnitShopEffectUnit. setShopId(String shop_id)Methods in dev.vality.damsel.payment_processing with parameters of type ShopEffectUnit Modifier and Type Method Description intShopEffectUnit. compareTo(ShopEffectUnit other)booleanShopEffectUnit. equals(ShopEffectUnit that)voidClaimEffect. setShopEffect(ShopEffectUnit value)static ClaimEffectClaimEffect. shop_effect(ShopEffectUnit value)Constructors in dev.vality.damsel.payment_processing with parameters of type ShopEffectUnit Constructor Description ShopEffectUnit(ShopEffectUnit other)Performs a deep copy on other.