Class InboundTransferCreateParams.From.Builder

java.lang.Object
com.stripe.param.v2.moneymanagement.InboundTransferCreateParams.From.Builder
Enclosing class:
InboundTransferCreateParams.From

public static class InboundTransferCreateParams.From.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      Finalize and obtain parameter instance from this builder.
    • setCurrency

      public InboundTransferCreateParams.From.Builder setCurrency(String currency)
      An optional currency field used to specify which currency is debited from the Payment Method. Since many Payment Methods support only one currency, this field is optional.
    • putExtraParam

      public InboundTransferCreateParams.From.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 InboundTransferCreateParams.From.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 InboundTransferCreateParams.From.extraParams for the field documentation.
    • setPaymentMethod

      public InboundTransferCreateParams.From.Builder setPaymentMethod(String paymentMethod)