Package com.stripe.model
Class Invoice.SubscriptionDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.SubscriptionDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Invoice
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Set of key-value pairs defined as subscription metadata when an invoice is created.int
hashCode()
void
setMetadata
(Map<String, String> metadata) Set of key-value pairs defined as subscription metadata when an invoice is created.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SubscriptionDetails
public SubscriptionDetails()
-
-
Method Details
-
getMetadata
Set of key-value pairs defined as subscription metadata when an invoice is created. Becomes an immutable snapshot of the subscription metadata at the time of invoice finalization. Note: This attribute is populated only for invoices created on or after June 29, 2023. -
setMetadata
Set of key-value pairs defined as subscription metadata when an invoice is created. Becomes an immutable snapshot of the subscription metadata at the time of invoice finalization. Note: This attribute is populated only for invoices created on or after June 29, 2023. -
equals
-
canEqual
-
hashCode
public int hashCode()
-