public class VoiceCountry.OutboundPrefixPrice extends Object
| Constructor and Description |
|---|
OutboundPrefixPrice(String friendlyName,
BigDecimal basePrice,
BigDecimal currentPrice,
List<String> prefixes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getBasePrice()
The price per minute for calls placed to numbers matching this
prefix group, before any discounts have been applied.
|
BigDecimal |
getCurrentPrice()
The price per minute for calls placed to numbers matching this
prefix group, after any available discounts have been applied.
|
String |
getFriendlyName()
A friendly name for this prefix group.
|
List<String> |
getPrefixes()
Prefixes of phone numbers to which this price applies.
|
int |
hashCode() |
public OutboundPrefixPrice(String friendlyName, BigDecimal basePrice, BigDecimal currentPrice, List<String> prefixes)
public String getFriendlyName()
public BigDecimal getBasePrice()
public BigDecimal getCurrentPrice()
public List<String> getPrefixes()
Copyright © 2011 Twilio, Inc. All Rights Reserved.