new VoidCreditResponseMessage()
Extends
Methods
(static) VoidCreditResponseMessage#getCredit() → {payments.Credit}
Get the field value
Returns:
- Type
- payments.Credit
(static) VoidCreditResponseMessage#getMessage() → {String}
Get the field value
Returns:
- Type
- String
(static) VoidCreditResponseMessage#getReason() → {String}
Get the field value
Returns:
- Type
- String
(static) VoidCreditResponseMessage#getStatus() → {remotemessage.ResultStatus}
Get the field value
Returns:
(static) VoidCreditResponseMessage#getSuccess() → {Boolean}
Get the field value
Returns:
- Type
- Boolean
(static) VoidCreditResponseMessage#setCredit(credit)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
credit |
payments.Credit |
(static) VoidCreditResponseMessage#setMessage(message)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
message |
String |
(static) VoidCreditResponseMessage#setReason(reason)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
reason |
String |
(static) VoidCreditResponseMessage#setStatus(status)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
status |
remotemessage.ResultStatus |
(static) VoidCreditResponseMessage#setSuccess(success)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
success |
Boolean |