Class MarginUpdateParams.Builder

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

public static class MarginUpdateParams.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      public MarginUpdateParams build()
      Finalize and obtain parameter instance from this builder.
    • setActive

      public MarginUpdateParams.Builder setActive(Boolean active)
      Whether the margin can be applied to invoices, invoice items, or invoice line items or not.
    • addExpand

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

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

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

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

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

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

      public MarginUpdateParams.Builder setName(String name)
      Name of the margin, which is displayed to customers, such as on invoices.
    • setName

      public MarginUpdateParams.Builder setName(EmptyParam name)
      Name of the margin, which is displayed to customers, such as on invoices.