public final class Receipt
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private boolean |
email |
private java.lang.String |
id |
private boolean |
sms |
Constructor and Description |
---|
Receipt(boolean email,
boolean sms)
Instantiates a new Receipt.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Gets id.
|
boolean |
isEmail()
Is email boolean.
|
boolean |
isSms()
Is sms boolean.
|
@SerializedName(value="id") @Expose @Nullable private java.lang.String id
@SerializedName(value="email") @Expose private boolean email
@SerializedName(value="sms") @Expose private boolean sms