Interface StatusPrice
public interface StatusPrice
Prices associated with this verification
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StatusPrice.Builder
builder()
Getting builderThe time of the call for which the fee was charged.Get terminationPriceGet verificationPrice
-
Method Details
-
getVerificationPrice
Price getVerificationPrice()Get verificationPrice- Returns:
- verificationPrice
-
getTerminationPrice
Price getTerminationPrice()Get terminationPrice- Returns:
- terminationPrice
-
getBillableDuration
Integer getBillableDuration()The time of the call for which the fee was charged. Present only when termination debiting is enabled (disabled by default). Depending on the type of rounding used, the value is the actual call time rounded to the nearest second, minute or other value.- Returns:
- billableDuration
-
builder
Getting builder- Returns:
- New Builder instance
-