Package com.stripe.model.v2.billing
Class CollectionSettingVersion.EmailDelivery
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.CollectionSettingVersion.EmailDelivery
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CollectionSettingVersion
Email delivery settings.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classControls emails for when the payment is due. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanControls emails for when the payment is due.inthashCode()voidControls emails for when the payment is due.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
EmailDelivery
public EmailDelivery()
-
-
Method Details
-
getPaymentDue
Controls emails for when the payment is due. For example after the invoice is finalized and transitions to Open state. -
setPaymentDue
Controls emails for when the payment is due. For example after the invoice is finalized and transitions to Open state. -
equals
-
canEqual
-
hashCode
public int hashCode()
-