public class InboundSmsPrice extends Object
For more information see: Message Pricing Docs
Modifier and Type | Class and Description |
---|---|
static class |
InboundSmsPrice.Type |
Constructor and Description |
---|
InboundSmsPrice(double basePrice,
double currentPrice,
InboundSmsPrice.Type type)
Initialize an InboundSmsPrice.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
double |
getBasePrice() |
double |
getCurrentPrice() |
InboundSmsPrice.Type |
getType() |
int |
hashCode() |
String |
toString() |
public InboundSmsPrice(double basePrice, double currentPrice, InboundSmsPrice.Type type)
basePrice
- base price for smscurrentPrice
- current price for smstype
- type of phone numberpublic double getBasePrice()
public double getCurrentPrice()
public InboundSmsPrice.Type getType()
Copyright © 2011 Twilio, Inc. All Rights Reserved.