Class: TerminalManagementRequest

payments.TerminalManagementRequest()

new TerminalManagementRequest()

Source:

Methods

(static) TerminalManagementRequest#getComponents() → {Array.<payments.TerminalManagementComponent>}

Get the field value
Source:
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)
Source:
Returns:
Type
Boolean

(static) TerminalManagementRequest#getProfile() → {String}

Get the field value Optional name for a capk profile to load
Source:
Returns:
Type
String

(static) TerminalManagementRequest#getRequestDataType() → {payments.ManagementPlanDataType}

Get the field value The requested data type
Source:
Returns:
Type
payments.ManagementPlanDataType

(static) TerminalManagementRequest#setComponents(components)

Set the field value
Parameters:
Name Type Description
components Array.<payments.TerminalManagementComponent> An array of
Source:

(static) TerminalManagementRequest#setProduction(production)

Set the field value True if request is for prod (used for capk loading)
Parameters:
Name Type Description
production Boolean
Source:

(static) TerminalManagementRequest#setProfile(profile)

Set the field value Optional name for a capk profile to load
Parameters:
Name Type Description
profile String
Source:

(static) TerminalManagementRequest#setRequestDataType(requestDataType)

Set the field value The requested data type
Parameters:
Name Type Description
requestDataType payments.ManagementPlanDataType
Source: