Package com.twilio.type
Class OutboundSmsPrice
- java.lang.Object
-
- com.twilio.type.OutboundSmsPrice
-
public class OutboundSmsPrice extends Object
Pricing details per sms.For more information see: Message Pricing Docs
-
-
Constructor Summary
Constructors Constructor Description OutboundSmsPrice(String mcc, String mnc, String carrier, List<InboundSmsPrice> prices)Initialize a OutboundSmsPrice.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCarrier()StringgetMcc()StringgetMnc()List<InboundSmsPrice>getPrices()inthashCode()
-
-
-
Constructor Detail
-
OutboundSmsPrice
public OutboundSmsPrice(String mcc, String mnc, String carrier, List<InboundSmsPrice> prices)
Initialize a OutboundSmsPrice.- Parameters:
mcc- mcc identifiermnc- mnc identifiercarrier- carrier nameprices- prices for incoming sms
-
-
Method Detail
-
getMcc
public String getMcc()
-
getMnc
public String getMnc()
-
getCarrier
public String getCarrier()
-
getPrices
public List<InboundSmsPrice> getPrices()
-
-