Package com.twilio.type
Class InboundSmsPrice
- java.lang.Object
-
- com.twilio.type.InboundSmsPrice
-
public class InboundSmsPrice extends Object
Pricing for inbound sms.For more information see: Message Pricing Docs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInboundSmsPrice.Type
-
Constructor Summary
Constructors Constructor Description InboundSmsPrice(double basePrice, double currentPrice, InboundSmsPrice.Type type)Initialize an InboundSmsPrice.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)doublegetBasePrice()doublegetCurrentPrice()InboundSmsPrice.TypegetType()inthashCode()
-
-
-
Constructor Detail
-
InboundSmsPrice
public InboundSmsPrice(double basePrice, double currentPrice, InboundSmsPrice.Type type)Initialize an InboundSmsPrice.- Parameters:
basePrice- base price for smscurrentPrice- current price for smstype- type of phone number
-
-