Class InvoiceUpdateParams.AmountsDue

java.lang.Object
com.stripe.param.InvoiceUpdateParams.AmountsDue
Enclosing class:
InvoiceUpdateParams

public static class InvoiceUpdateParams.AmountsDue extends Object
  • Method Details

    • builder

      public static InvoiceUpdateParams.AmountsDue.Builder builder()
    • getAmount

      public Long getAmount()
      Required. The amount in cents (or local equivalent).
    • getDaysUntilDue

      public Long getDaysUntilDue()
      Number of days from when invoice is finalized until the payment is due.
    • getDescription

      public Object getDescription()
      Required. An arbitrary string attached to the object. Often useful for displaying to users.
    • getDueDate

      public Long getDueDate()
      Date on which a payment plan’s payment is due.
    • getExtraParams

      public Map<String,Object> 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object