Uses of Class
dev.vality.damsel.payment_processing.ScheduleModification
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of ScheduleModification in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return ScheduleModification Modifier and Type Method Description ScheduleModificationScheduleModification. deepCopy()ScheduleModificationShopModification. getPayoutScheduleModification()ScheduleModificationScheduleModification. setSchedule(BusinessScheduleRef schedule)Methods in dev.vality.damsel.payment_processing with parameters of type ScheduleModification Modifier and Type Method Description intScheduleModification. compareTo(ScheduleModification other)booleanScheduleModification. equals(ScheduleModification that)static ShopModificationShopModification. payout_schedule_modification(ScheduleModification value)voidShopModification. setPayoutScheduleModification(ScheduleModification value)Constructors in dev.vality.damsel.payment_processing with parameters of type ScheduleModification Constructor Description ScheduleModification(ScheduleModification other)Performs a deep copy on other.