public class MessagingCountry.MessagingPrice extends Object
| Constructor and Description |
|---|
MessagingPrice(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 MessagingPrice(NumberType numberType, BigDecimal basePrice, BigDecimal currentPrice)
public NumberType getNumberType()
public BigDecimal getBasePrice()
public BigDecimal getCurrentPrice()
Copyright © 2011 Twilio, Inc. All Rights Reserved.