public class StandardInsightResponse extends BasicInsightResponse
| Constructor and Description |
|---|
StandardInsightResponse() |
| Modifier and Type | Method and Description |
|---|---|
static StandardInsightResponse |
fromJson(java.lang.String json) |
CallerIdentity |
getCallerIdentity() |
CarrierDetails |
getCurrentCarrier() |
CarrierDetails |
getOriginalCarrier() |
java.math.BigDecimal |
getRefundPrice() |
java.math.BigDecimal |
getRemainingBalance() |
java.math.BigDecimal |
getRequestPrice() |
getCountryCode, getCountryCodeIso3, getCountryName, getCountryPrefix, getErrorText, getInternationalFormatNumber, getNationalFormatNumber, getRequestId, getStatus, getStatusMessagepublic StandardInsightResponse()
public static StandardInsightResponse fromJson(java.lang.String json)
public java.math.BigDecimal getRequestPrice()
public java.math.BigDecimal getRemainingBalance()
public CarrierDetails getOriginalCarrier()
public CarrierDetails getCurrentCarrier()
public CallerIdentity getCallerIdentity()
public java.math.BigDecimal getRefundPrice()