public static class PromotionCode.Restrictions extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
Restrictions() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getFirstTimeTransaction() |
java.lang.Long |
getMinimumAmount() |
java.lang.String |
getMinimumAmountCurrency() |
int |
hashCode() |
void |
setFirstTimeTransaction(java.lang.Boolean firstTimeTransaction) |
void |
setMinimumAmount(java.lang.Long minimumAmount) |
void |
setMinimumAmountCurrency(java.lang.String minimumAmountCurrency) |
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.Boolean getFirstTimeTransaction()
public java.lang.Long getMinimumAmount()
public java.lang.String getMinimumAmountCurrency()
public void setFirstTimeTransaction(java.lang.Boolean firstTimeTransaction)
public void setMinimumAmount(java.lang.Long minimumAmount)
public void setMinimumAmountCurrency(java.lang.String minimumAmountCurrency)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object