Uses of Class
dev.vality.damsel.payout_processing.ShopParams
| Package | Description |
|---|---|
| dev.vality.damsel.payout_processing |
-
Uses of ShopParams in dev.vality.damsel.payout_processing
Fields in dev.vality.damsel.payout_processing declared as ShopParams Modifier and Type Field Description ShopParamsPayoutParams. shopShopParamsGeneratePayoutParams. shop_paramsMethods in dev.vality.damsel.payout_processing that return ShopParams Modifier and Type Method Description ShopParamsShopParams. deepCopy()ShopParamsPayoutParams. getShop()ShopParamsGeneratePayoutParams. getShopParams()ShopParamsShopParams. setPartyId(String party_id)ShopParamsShopParams. setShopId(String shop_id)Methods in dev.vality.damsel.payout_processing with parameters of type ShopParams Modifier and Type Method Description intShopParams. compareTo(ShopParams other)booleanShopParams. equals(ShopParams that)PayoutParamsPayoutParams. setShop(ShopParams shop)GeneratePayoutParamsGeneratePayoutParams. setShopParams(ShopParams shop_params)Constructors in dev.vality.damsel.payout_processing with parameters of type ShopParams Constructor Description GeneratePayoutParams(TimeRange time_range, ShopParams shop_params)PayoutParams(String payout_id, ShopParams shop, String payout_tool_id, Cash amount)ShopParams(ShopParams other)Performs a deep copy on other.