Uses of Class
com.adyen.model.transfers.ExecutionDate
-
Packages that use ExecutionDate Package Description com.adyen.model.transfers -
-
Uses of ExecutionDate in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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 stringExecutionDateTransfer. getExecutionDate()Get executionDateExecutionDateTransferData. getExecutionDate()Get executionDateExecutionDateTransferInfo. getExecutionDate()Get executionDateExecutionDateExecutionDate. timezone(String timezone)The timezone that applies to the execution date.Methods in com.adyen.model.transfers with parameters of type ExecutionDate Modifier and Type Method Description TransferTransfer. executionDate(ExecutionDate executionDate)executionDateTransferDataTransferData. executionDate(ExecutionDate executionDate)executionDateTransferInfoTransferInfo. executionDate(ExecutionDate executionDate)executionDatevoidTransfer. setExecutionDate(ExecutionDate executionDate)executionDatevoidTransferData. setExecutionDate(ExecutionDate executionDate)executionDatevoidTransferInfo. setExecutionDate(ExecutionDate executionDate)executionDate
-