Class BillSettingUpdateParams

java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.v2.billing.BillSettingUpdateParams

public class BillSettingUpdateParams extends ApiRequestParams
  • Method Details

    • builder

      public static BillSettingUpdateParams.Builder builder()
    • getCalculation

      public BillSettingUpdateParams.Calculation getCalculation()
      Settings related to calculating a bill.
    • getDisplayName

      public Object getDisplayName()
      An optional customer-facing display name for the BillSetting object. To remove the display name, set it to an empty string in the request. Maximum length of 250 characters.
    • 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.
    • getInvoice

      public BillSettingUpdateParams.Invoice getInvoice()
      Settings related to invoice behavior.
    • getInvoiceRenderingTemplate

      public Object getInvoiceRenderingTemplate()
      The ID of the invoice rendering template to be used when generating invoices.
    • getLiveVersion

      public Object getLiveVersion()
      Optionally change the live version of the BillSetting. Providing live_version = "latest" will set the BillSetting' live_version to its latest version.
    • getLookupKey

      public Object getLookupKey()
      A lookup key used to retrieve settings dynamically from a static string. This may be up to 200 characters.
    • 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