new VasPayloadMessage()
Extends
Methods
(static) VasPayloadMessage#getExtras() → {Object.<String, String>}
Get the field value
Extra data used by external systems.
Returns:
A map of to <>
- Type
- Object.<String, String>
(static) VasPayloadMessage#getVasMode() → {payments.VasMode}
Get the field value
The VAS mode for the payload
Returns:
- Type
- payments.VasMode
(static) VasPayloadMessage#getVasPayload() → {payments.VasPayload}
Get the field value
A VAS payload
Returns:
- Type
- payments.VasPayload
(static) VasPayloadMessage#setExtras(extras)
Set the field value
Extra data used by external systems.
Parameters:
Name | Type | Description |
---|---|---|
extras |
Object.<String, String> | A map of |
(static) VasPayloadMessage#setVasMode(vasMode)
Set the field value
The VAS mode for the payload
Parameters:
Name | Type | Description |
---|---|---|
vasMode |
payments.VasMode |
(static) VasPayloadMessage#setVasPayload(vasPayload)
Set the field value
A VAS payload
Parameters:
Name | Type | Description |
---|---|---|
vasPayload |
payments.VasPayload |