Class CustomerUpdateParams.Builder

java.lang.Object
com.stripe.param.CustomerUpdateParams.Builder
Enclosing class:
CustomerUpdateParams

public static class CustomerUpdateParams.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      public CustomerUpdateParams build()
      Finalize and obtain parameter instance from this builder.
    • setAddress

      The customer's address.
    • setAddress

      public CustomerUpdateParams.Builder setAddress(EmptyParam address)
      The customer's address.
    • setBalance

      public CustomerUpdateParams.Builder setBalance(Long balance)
      An integer amount in cents (or local equivalent) that represents the customer's current balance, which affect the customer's future invoices. A negative amount represents a credit that decreases the amount due on an invoice; a positive amount increases the amount due on an invoice.
    • setCashBalance

      Balance information and default balance settings for this customer.
    • setCoupon

      public CustomerUpdateParams.Builder setCoupon(String coupon)
    • setCoupon

      public CustomerUpdateParams.Builder setCoupon(EmptyParam coupon)
    • setDefaultSource

      public CustomerUpdateParams.Builder setDefaultSource(String defaultSource)
      If you are using payment methods created via the PaymentMethods API, see the invoice_settings.default_payment_method parameter.

      Provide the ID of a payment source already attached to this customer to make it this customer's default payment source.

      If you want to add a new payment source and make it the default, see the source property.

    • setDefaultSource

      public CustomerUpdateParams.Builder setDefaultSource(EmptyParam defaultSource)
      If you are using payment methods created via the PaymentMethods API, see the invoice_settings.default_payment_method parameter.

      Provide the ID of a payment source already attached to this customer to make it this customer's default payment source.

      If you want to add a new payment source and make it the default, see the source property.

    • setDescription

      public CustomerUpdateParams.Builder setDescription(String description)
      An arbitrary string that you can attach to a customer object. It is displayed alongside the customer in the dashboard.
    • setDescription

      public CustomerUpdateParams.Builder setDescription(EmptyParam description)
      An arbitrary string that you can attach to a customer object. It is displayed alongside the customer in the dashboard.
    • setEmail

      public CustomerUpdateParams.Builder setEmail(String email)
      Customer's email address. It's displayed alongside the customer in your dashboard and can be useful for searching and tracking. This may be up to 512 characters.
    • setEmail

      public CustomerUpdateParams.Builder setEmail(EmptyParam email)
      Customer's email address. It's displayed alongside the customer in your dashboard and can be useful for searching and tracking. This may be up to 512 characters.
    • addExpand

      public CustomerUpdateParams.Builder addExpand(String element)
      Add an element to `expand` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. See CustomerUpdateParams.expand for the field documentation.
    • addAllExpand

      public CustomerUpdateParams.Builder addAllExpand(List<String> elements)
      Add all elements to `expand` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. See CustomerUpdateParams.expand for the field documentation.
    • putExtraParam

      public CustomerUpdateParams.Builder putExtraParam(String key, Object value)
      Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See CustomerUpdateParams.extraParams for the field documentation.
    • putAllExtraParam

      public CustomerUpdateParams.Builder putAllExtraParam(Map<String,Object> map)
      Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See CustomerUpdateParams.extraParams for the field documentation.
    • setInvoicePrefix

      public CustomerUpdateParams.Builder setInvoicePrefix(String invoicePrefix)
      The prefix for the customer used to generate unique invoice numbers. Must be 3–12 uppercase letters or numbers.
    • setInvoicePrefix

      public CustomerUpdateParams.Builder setInvoicePrefix(EmptyParam invoicePrefix)
      The prefix for the customer used to generate unique invoice numbers. Must be 3–12 uppercase letters or numbers.
    • setInvoiceSettings

      public CustomerUpdateParams.Builder setInvoiceSettings(CustomerUpdateParams.InvoiceSettings invoiceSettings)
      Default invoice settings for this customer.
    • putMetadata

      public CustomerUpdateParams.Builder putMetadata(String key, String value)
      Add a key/value pair to `metadata` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See CustomerUpdateParams.metadata for the field documentation.
    • putAllMetadata

      public CustomerUpdateParams.Builder putAllMetadata(Map<String,String> map)
      Add all map key/value pairs to `metadata` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See CustomerUpdateParams.metadata for the field documentation.
    • setMetadata

      public CustomerUpdateParams.Builder setMetadata(EmptyParam metadata)
      Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.
    • setMetadata

      public CustomerUpdateParams.Builder setMetadata(Map<String,String> metadata)
      Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.
    • setName

      public CustomerUpdateParams.Builder setName(String name)
      The customer's full name or business name.
    • setName

      The customer's full name or business name.
    • setNextInvoiceSequence

      public CustomerUpdateParams.Builder setNextInvoiceSequence(Long nextInvoiceSequence)
      The sequence to be used on the customer's next invoice. Defaults to 1.
    • setPhone

      public CustomerUpdateParams.Builder setPhone(String phone)
      The customer's phone number.
    • setPhone

      public CustomerUpdateParams.Builder setPhone(EmptyParam phone)
      The customer's phone number.
    • addPreferredLocale

      public CustomerUpdateParams.Builder addPreferredLocale(String element)
      Add an element to `preferredLocales` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. See CustomerUpdateParams.preferredLocales for the field documentation.
    • addAllPreferredLocale

      public CustomerUpdateParams.Builder addAllPreferredLocale(List<String> elements)
      Add all elements to `preferredLocales` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. See CustomerUpdateParams.preferredLocales for the field documentation.
    • setPromotionCode

      public CustomerUpdateParams.Builder setPromotionCode(String promotionCode)
      The ID of a promotion code to apply to the customer. The customer will have a discount applied on all recurring payments. Charges you create through the API will not have the discount.
    • setPromotionCode

      public CustomerUpdateParams.Builder setPromotionCode(EmptyParam promotionCode)
      The ID of a promotion code to apply to the customer. The customer will have a discount applied on all recurring payments. Charges you create through the API will not have the discount.
    • setShipping

      The customer's shipping information. Appears on invoices emailed to this customer.
    • setShipping

      public CustomerUpdateParams.Builder setShipping(EmptyParam shipping)
      The customer's shipping information. Appears on invoices emailed to this customer.
    • setSource

      public CustomerUpdateParams.Builder setSource(String source)
    • setSource

      public CustomerUpdateParams.Builder setSource(EmptyParam source)
    • setTax

      Tax details about the customer.
    • setTaxExempt

      The customer's tax exemption. One of none, exempt, or reverse.
    • setTaxExempt

      public CustomerUpdateParams.Builder setTaxExempt(EmptyParam taxExempt)
      The customer's tax exemption. One of none, exempt, or reverse.
    • setValidate

      public CustomerUpdateParams.Builder setValidate(Boolean validate)