public static class Invoice.CustomField extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
CustomField() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
The name of the custom field.
|
java.lang.String |
getValue()
The value of the custom field.
|
int |
hashCode() |
void |
setName(java.lang.String name)
The name of the custom field.
|
void |
setValue(java.lang.String value)
The value of the custom field.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getName()
public java.lang.String getValue()
public void setName(java.lang.String name)
public void setValue(java.lang.String value)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object