Uses of Class
com.adyen.model.management.TerminalReassignmentRequest
-
Packages that use TerminalReassignmentRequest Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of TerminalReassignmentRequest in com.adyen.model.management
Methods in com.adyen.model.management that return TerminalReassignmentRequest Modifier and Type Method Description TerminalReassignmentRequestTerminalReassignmentRequest. companyId(String companyId)The unique identifier of the company account to which the terminal is reassigned.static TerminalReassignmentRequestTerminalReassignmentRequest. fromJson(String jsonString)Create an instance of TerminalReassignmentRequest given an JSON stringTerminalReassignmentRequestTerminalReassignmentRequest. inventory(Boolean inventory)Must be specified when reassigning terminals to a merchant account: - If set to **true**, reassigns terminals to the inventory of the merchant account and the terminals cannot process transactionsTerminalReassignmentRequestTerminalReassignmentRequest. merchantId(String merchantId)The unique identifier of the merchant account to which the terminal is reassigned.TerminalReassignmentRequestTerminalReassignmentRequest. storeId(String storeId)The unique identifier of the store to which the terminal is reassigned. -
Uses of TerminalReassignmentRequest in com.adyen.service.management
Methods in com.adyen.service.management with parameters of type TerminalReassignmentRequest Modifier and Type Method Description voidTerminalsTerminalLevelApi. reassignTerminal(String terminalId, TerminalReassignmentRequest terminalReassignmentRequest)Reassign a terminalvoidTerminalsTerminalLevelApi. reassignTerminal(String terminalId, TerminalReassignmentRequest terminalReassignmentRequest, RequestOptions requestOptions)Reassign a terminal
-