Uses of Class
dev.vality.damsel.payment_processing.ShopModification
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of ShopModification in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ShopModification Modifier and Type Field Description ShopModificationShopModificationUnit. modificationMethods in dev.vality.damsel.payment_processing that return ShopModification Modifier and Type Method Description static ShopModificationShopModification. category_modification(CategoryRef value)static ShopModificationShopModification. contract_modification(ShopContractModification value)static ShopModificationShopModification. creation(ShopParams value)ShopModificationShopModification. deepCopy()static ShopModificationShopModification. details_modification(ShopDetails value)ShopModificationShopModificationUnit. getModification()static ShopModificationShopModification. location_modification(ShopLocation value)static ShopModificationShopModification. payout_schedule_modification(ScheduleModification value)static ShopModificationShopModification. payout_tool_modification(String value)static ShopModificationShopModification. proxy_modification(ProxyModification value)static ShopModificationShopModification. shop_account_creation(ShopAccountParams value)Methods in dev.vality.damsel.payment_processing with parameters of type ShopModification Modifier and Type Method Description intShopModification. compareTo(ShopModification other)booleanShopModification. equals(ShopModification other)ShopModificationUnitShopModificationUnit. setModification(ShopModification modification)Constructors in dev.vality.damsel.payment_processing with parameters of type ShopModification Constructor Description ShopModification(ShopModification other)ShopModificationUnit(String id, ShopModification modification)