public class VoiceCountry.InboundCallPrice extends Object
| Constructor and Description |
|---|
InboundCallPrice(NumberType numberType,
BigDecimal basePrice,
BigDecimal currentPrice) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getBasePrice()
The price per minute for inbound calls to numbers of this type,
before discounts have been applied.
|
BigDecimal |
getCurrentPrice()
The price per minute for inbound calls to numbers of this type,
after available discounts have been applied.
|
NumberType |
getNumberType()
The type of number for which this price applies,
e.g.
|
int |
hashCode() |
public InboundCallPrice(NumberType numberType, BigDecimal basePrice, BigDecimal currentPrice)
public NumberType getNumberType()
public BigDecimal getBasePrice()
public BigDecimal getCurrentPrice()
Copyright © 2011 Twilio, Inc. All Rights Reserved.