public class OutboundPrefixPrice extends Object
For more information see: Pricing docs
Constructor and Description |
---|
OutboundPrefixPrice(List<String> prefixes,
String friendlyName,
double basePrice,
double currentPrice)
Initialize an OutboundPrefixPrice.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
double |
getBasePrice() |
double |
getCurrentPrice() |
String |
getFriendlyName() |
List<String> |
getPrefixes() |
int |
hashCode() |
String |
toString() |
public String getFriendlyName()
public double getBasePrice()
public double getCurrentPrice()
Copyright © 2011 Twilio, Inc. All Rights Reserved.