| Package | Description |
|---|---|
| com.konfigthis.splitit.client.model |
| Modifier and Type | Method and Description |
|---|---|
CardResult |
CardResult.code(String code) |
CardResult |
CardResult.description(String description) |
static CardResult |
CardResult.fromJson(String jsonString)
Create an instance of CardResult given an JSON string
|
CardResult |
TransactionResult.getAvSResult()
Get avSResult
|
CardResult |
TransactionResult.getCvCResult()
Get cvCResult
|
CardResult |
CardResult.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionResult |
TransactionResult.avSResult(CardResult avSResult) |
TransactionResult |
TransactionResult.cvCResult(CardResult cvCResult) |
void |
TransactionResult.setAvSResult(CardResult avSResult) |
void |
TransactionResult.setCvCResult(CardResult cvCResult) |
Copyright © 2024. All rights reserved.