Uses of Class
dev.vality.damsel.payment_processing.ShopParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of ShopParams in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return ShopParams Modifier and Type Method Description ShopParamsShopParams. deepCopy()ShopParamsShopModification. getCreation()ShopParamsShopParams. setCategory(CategoryRef category)ShopParamsShopParams. setContractId(String contract_id)ShopParamsShopParams. setDetails(ShopDetails details)ShopParamsShopParams. setLocation(ShopLocation location)ShopParamsShopParams. setPayoutToolId(String payout_tool_id)Methods in dev.vality.damsel.payment_processing with parameters of type ShopParams Modifier and Type Method Description intShopParams. compareTo(ShopParams other)static ShopModificationShopModification. creation(ShopParams value)booleanShopParams. equals(ShopParams that)voidShopModification. setCreation(ShopParams value)Constructors in dev.vality.damsel.payment_processing with parameters of type ShopParams Constructor Description ShopParams(ShopParams other)Performs a deep copy on other.