Uses of Class
dev.vality.damsel.payment_processing.ShopModificationUnit
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of ShopModificationUnit in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return ShopModificationUnit Modifier and Type Method Description ShopModificationUnitShopModificationUnit. deepCopy()ShopModificationUnitPartyModification. getShopModification()ShopModificationUnitShopModificationUnit. setId(String id)ShopModificationUnitShopModificationUnit. setModification(ShopModification modification)Methods in dev.vality.damsel.payment_processing with parameters of type ShopModificationUnit Modifier and Type Method Description intShopModificationUnit. compareTo(ShopModificationUnit other)booleanShopModificationUnit. equals(ShopModificationUnit that)voidPartyModification. setShopModification(ShopModificationUnit value)static PartyModificationPartyModification. shop_modification(ShopModificationUnit value)Constructors in dev.vality.damsel.payment_processing with parameters of type ShopModificationUnit Constructor Description ShopModificationUnit(ShopModificationUnit other)Performs a deep copy on other.