TerminalReassignmentRequest |
TerminalReassignmentRequest.companyId(String companyId) |
The unique identifier of the company account to which the terminal is reassigned.
|
static TerminalReassignmentRequest |
TerminalReassignmentRequest.fromJson(String jsonString) |
Create an instance of TerminalReassignmentRequest given an JSON string
|
TerminalReassignmentRequest |
TerminalReassignmentRequest.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
TerminalReassignmentRequest |
TerminalReassignmentRequest.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
transactions. - If set to **false**, reassigns terminals directly to the merchant account and
the terminals can process transactions.
|
TerminalReassignmentRequest |
TerminalReassignmentRequest.merchantId(String merchantId) |
The unique identifier of the merchant account to which the terminal is reassigned.
|
TerminalReassignmentRequest |
TerminalReassignmentRequest.storeId(String storeId) |
The unique identifier of the store to which the terminal is reassigned.
|