Class PaymentIntentVerifyMicrodepositsParams.Builder

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

public static class PaymentIntentVerifyMicrodepositsParams.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      Finalize and obtain parameter instance from this builder.
    • addAmount

      Add an element to `amounts` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. See PaymentIntentVerifyMicrodepositsParams.amounts for the field documentation.
    • addAllAmount

      public PaymentIntentVerifyMicrodepositsParams.Builder addAllAmount(List<Long> elements)
      Add all elements to `amounts` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. See PaymentIntentVerifyMicrodepositsParams.amounts for the field documentation.
    • setDescriptorCode

      public PaymentIntentVerifyMicrodepositsParams.Builder setDescriptorCode(String descriptorCode)
      A six-character code starting with SM present in the microdeposit sent to the bank account.
    • addExpand

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

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

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

      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 PaymentIntentVerifyMicrodepositsParams.extraParams for the field documentation.