public class MessagePrice extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_PRICE_PER_MESSAGE |
| Constructor and Description |
|---|
MessagePrice() |
| Modifier and Type | Method and Description |
|---|---|
MessagePrice |
currency(String currency) |
boolean |
equals(Object o) |
String |
getCurrency()
The currency in which the price is displayed.
|
Double |
getPricePerMessage()
The price per individual message.
|
int |
hashCode() |
MessagePrice |
pricePerMessage(Double pricePerMessage) |
void |
setCurrency(String currency) |
void |
setPricePerMessage(Double pricePerMessage) |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_PRICE_PER_MESSAGE
public MessagePrice currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public MessagePrice pricePerMessage(Double pricePerMessage)
public Double getPricePerMessage()
public void setPricePerMessage(Double pricePerMessage)
Copyright © 2022. All rights reserved.