public class SmsPrice extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_PRICE_PER_MESSAGE |
| Constructor and Description |
|---|
SmsPrice() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCurrency()
The currency in which the price is expressed.
|
Double |
getPricePerMessage()
Price per one SMS.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_PRICE_PER_MESSAGE
Copyright © 2022. All rights reserved.