Package com.stripe.param
Class InvoiceCreateParams.AmountsDue
java.lang.Object
com.stripe.param.InvoiceCreateParams.AmountsDue
- Enclosing class:
- InvoiceCreateParams
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Required. The amount in cents (or local equivalent).Number of days from when invoice is finalized until the payment is due.Required. An arbitrary string attached to the object.Date on which a payment plan’s payment is due.Map of extra parameters for custom features not available in this client library.int
hashCode()
-
Method Details
-
builder
-
getAmount
Required. The amount in cents (or local equivalent). -
getDaysUntilDue
Number of days from when invoice is finalized until the payment is due. -
getDescription
Required. An arbitrary string attached to the object. Often useful for displaying to users. -
getDueDate
Date on which a payment plan’s payment is due. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
equals
-
canEqual
-
hashCode
public int hashCode()
-