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
For more details about EmailDelivery, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about PaymentDue, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Controls emails for when the payment is due.int
hashCode()
void
Controls 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 finilized and transition to Open state. -
setPaymentDue
Controls emails for when the payment is due. For example after the invoice is finilized and transition to Open state. -
equals
-
canEqual
-
hashCode
public int hashCode()
-