public static class Subscription.InvoiceCustomerBalanceSettings extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
InvoiceCustomerBalanceSettings() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getConsumeAppliedBalanceOnVoid()
Controls whether a customer balance applied to this invoice should be consumed and not
credited or debited back to the customer if voided.
|
int |
hashCode() |
void |
setConsumeAppliedBalanceOnVoid(java.lang.Boolean consumeAppliedBalanceOnVoid)
Controls whether a customer balance applied to this invoice should be consumed and not
credited or debited back to the customer if voided.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.Boolean getConsumeAppliedBalanceOnVoid()
public void setConsumeAppliedBalanceOnVoid(java.lang.Boolean consumeAppliedBalanceOnVoid)
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