Uses of Class
com.adyen.model.transferwebhooks.ExecutionDate
-
Packages that use ExecutionDate Package Description com.adyen.model.transferwebhooks -
-
Uses of ExecutionDate in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return ExecutionDate Modifier and Type Method Description ExecutionDateExecutionDate. date(LocalDate date)The date when the transfer will be processed.static ExecutionDateExecutionDate. fromJson(String jsonString)Create an instance of ExecutionDate given an JSON stringExecutionDateTransferData. getExecutionDate()Get executionDateExecutionDateExecutionDate. timezone(String timezone)The timezone that applies to the execution date.Methods in com.adyen.model.transferwebhooks with parameters of type ExecutionDate Modifier and Type Method Description TransferDataTransferData. executionDate(ExecutionDate executionDate)executionDatevoidTransferData. setExecutionDate(ExecutionDate executionDate)executionDate
-