new TerminalManagementRequest()
Methods
(static) TerminalManagementRequest#getComponents() → {Array.<payments.TerminalManagementComponent>}
Get the field value
Returns:
An array of
- Type
- Array.<payments.TerminalManagementComponent>
(static) TerminalManagementRequest#getProduction() → {Boolean}
Get the field value
True if request is for prod (used for capk loading)
Returns:
- Type
- Boolean
(static) TerminalManagementRequest#getProfile() → {String}
Get the field value
Optional name for a capk profile to load
Returns:
- Type
- String
(static) TerminalManagementRequest#getRequestDataType() → {payments.ManagementPlanDataType}
Get the field value
The requested data type
Returns:
(static) TerminalManagementRequest#setComponents(components)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
components |
Array.<payments.TerminalManagementComponent> | An array of |
(static) TerminalManagementRequest#setProduction(production)
Set the field value
True if request is for prod (used for capk loading)
Parameters:
Name | Type | Description |
---|---|---|
production |
Boolean |
(static) TerminalManagementRequest#setProfile(profile)
Set the field value
Optional name for a capk profile to load
Parameters:
Name | Type | Description |
---|---|---|
profile |
String |
(static) TerminalManagementRequest#setRequestDataType(requestDataType)
Set the field value
The requested data type
Parameters:
Name | Type | Description |
---|---|---|
requestDataType |
payments.ManagementPlanDataType |