Class CouponUpdateParams.Builder

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

public static class CouponUpdateParams.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      public CouponUpdateParams build()
      Finalize and obtain parameter instance from this builder.
    • putCurrencyOption

      Add a key/value pair to `currencyOptions` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See CouponUpdateParams.currencyOptions for the field documentation.
    • putAllCurrencyOption

      Add all map key/value pairs to `currencyOptions` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See CouponUpdateParams.currencyOptions for the field documentation.
    • addExpand

      public CouponUpdateParams.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 CouponUpdateParams.expand for the field documentation.
    • addAllExpand

      public CouponUpdateParams.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 CouponUpdateParams.expand for the field documentation.
    • putExtraParam

      public CouponUpdateParams.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 CouponUpdateParams.extraParams for the field documentation.
    • putAllExtraParam

      public CouponUpdateParams.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 CouponUpdateParams.extraParams for the field documentation.
    • putMetadata

      public CouponUpdateParams.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 CouponUpdateParams.metadata for the field documentation.
    • putAllMetadata

      public CouponUpdateParams.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 CouponUpdateParams.metadata for the field documentation.
    • setMetadata

      public CouponUpdateParams.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 CouponUpdateParams.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 CouponUpdateParams.Builder setName(String name)
      Name of the coupon displayed to customers on, for instance invoices, or receipts. By default the id is shown if name is not set.
    • setName

      public CouponUpdateParams.Builder setName(EmptyParam name)
      Name of the coupon displayed to customers on, for instance invoices, or receipts. By default the id is shown if name is not set.