new FinishOkMessage()
- Source:
Extends
Methods
(static) FinishOkMessage#getCredit() → {payments.Credit}
Get the field value
A credit
- Source:
Returns:
- Type
- payments.Credit
(static) FinishOkMessage#getPayment() → {payments.Payment}
Get the field value
A payment
- Source:
Returns:
- Type
- payments.Payment
(static) FinishOkMessage#getRefund() → {payments.Refund}
Get the field value
The refund
- Source:
Returns:
- Type
- payments.Refund
(static) FinishOkMessage#getRequestInfo() → {String}
Get the field value
Extra information to include with the request, like type of request. Use constants in TxTypeRequestInfo.
- Source:
Returns:
- Type
- String
(static) FinishOkMessage#getSignature() → {base.Signature}
Get the field value
A signature
- Source:
Returns:
- Type
- base.Signature
(static) FinishOkMessage#setCredit(credit)
Set the field value
A credit
Parameters:
Name | Type | Description |
---|---|---|
credit |
payments.Credit |
- Source:
(static) FinishOkMessage#setPayment(payment)
Set the field value
A payment
Parameters:
Name | Type | Description |
---|---|---|
payment |
payments.Payment |
- Source:
(static) FinishOkMessage#setRefund(refund)
Set the field value
The refund
Parameters:
Name | Type | Description |
---|---|---|
refund |
payments.Refund |
- Source:
(static) FinishOkMessage#setRequestInfo(requestInfo)
Set the field value
Extra information to include with the request, like type of request. Use constants in TxTypeRequestInfo.
Parameters:
Name | Type | Description |
---|---|---|
requestInfo |
String |
- Source:
(static) FinishOkMessage#setSignature(signature)
Set the field value
A signature
Parameters:
Name | Type | Description |
---|---|---|
signature |
base.Signature |
- Source: