Class CustomerUpdateParams.InvoiceSettings

  • Enclosing class:
    CustomerUpdateParams

    public static class CustomerUpdateParams.InvoiceSettings
    extends java.lang.Object
    State, county, province, or region.
    • Method Detail

      • getCustomFields

        public java.lang.Object getCustomFields()
        Default custom fields to be displayed on invoices for this customer. When updating, pass an empty string to remove previously-defined fields.
      • getDefaultPaymentMethod

        public java.lang.Object getDefaultPaymentMethod()
        ID of a payment method that's attached to the customer, to be used as the customer's default payment method for subscriptions and invoices.
      • getExtraParams

        public java.util.Map<java.lang.String,​java.lang.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.
      • getFooter

        public java.lang.Object getFooter()
        Default footer to be displayed on invoices for this customer.