TerminalReassignmentTarget |
TerminalReassignmentTarget.companyId(String companyId) |
The unique identifier of the company account to which the terminal is reassigned.
|
static TerminalReassignmentTarget |
TerminalReassignmentTarget.fromJson(String jsonString) |
Create an instance of TerminalReassignmentTarget given an JSON string
|
TerminalReassignmentTarget |
TerminalAssignment.getReassignmentTarget() |
reassignmentTarget
|
TerminalReassignmentTarget |
TerminalReassignmentTarget.inventory(Boolean inventory) |
Indicates if the terminal is reassigned to the inventory of the merchant account. - If **true**, the terminal is in the inventory of the merchant account and cannot process transactions. - If **false**, the terminal is reassigned directly to the merchant account and can process transactions.
|
TerminalReassignmentTarget |
TerminalReassignmentTarget.merchantId(String merchantId) |
The unique identifier of the merchant account to which the terminal is reassigned.
|
TerminalReassignmentTarget |
TerminalReassignmentTarget.storeId(String storeId) |
The unique identifier of the store to which the terminal is reassigned.
|