Class: VasSettings

payments.VasSettings()

new VasSettings()

Source:

Methods

(static) VasSettings#getExtras() → {Object.<String, String>}

Get the field value Additional context relevant extras such as EXTRA_ORDER_ID
Source:
Returns:
A map of to <>
Type
Object.<String, String>

(static) VasSettings#getPushMode() → {payments.VasPushMode}

Get the field value Indicates if vas is push url only, no push, or push in addition to GET
Source:
Returns:
Type
payments.VasPushMode

(static) VasSettings#getServiceTypes() → {Array.<payments.VasDataType>}

Get the field value Vas service types of interest for this txn
Source:
Returns:
An array of
Type
Array.<payments.VasDataType>

(static) VasSettings#getVasMode() → {payments.VasMode}

Get the field value Populated per tx. If not passed PAY_ONLY is the default behavior
Source:
Returns:
Type
payments.VasMode

(static) VasSettings#setExtras(extras)

Set the field value Additional context relevant extras such as EXTRA_ORDER_ID
Parameters:
Name Type Description
extras Object.<String, String> A map of to <>
Source:

(static) VasSettings#setPushMode(pushMode)

Set the field value Indicates if vas is push url only, no push, or push in addition to GET
Parameters:
Name Type Description
pushMode payments.VasPushMode
Source:

(static) VasSettings#setServiceTypes(serviceTypes)

Set the field value Vas service types of interest for this txn
Parameters:
Name Type Description
serviceTypes Array.<payments.VasDataType> An array of
Source:

(static) VasSettings#setVasMode(vasMode)

Set the field value Populated per tx. If not passed PAY_ONLY is the default behavior
Parameters:
Name Type Description
vasMode payments.VasMode
Source: