Uses of Class
dev.vality.damsel.payment_processing.ShopContractModification
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of ShopContractModification in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return ShopContractModification Modifier and Type Method Description ShopContractModificationShopContractModification. deepCopy()ShopContractModificationShopModification. getContractModification()ShopContractModificationShopContractModification. setContractId(String contract_id)ShopContractModificationShopContractModification. setPayoutToolId(String payout_tool_id)Methods in dev.vality.damsel.payment_processing with parameters of type ShopContractModification Modifier and Type Method Description intShopContractModification. compareTo(ShopContractModification other)static ShopModificationShopModification. contract_modification(ShopContractModification value)booleanShopContractModification. equals(ShopContractModification that)voidShopModification. setContractModification(ShopContractModification value)Constructors in dev.vality.damsel.payment_processing with parameters of type ShopContractModification Constructor Description ShopContractModification(ShopContractModification other)Performs a deep copy on other.