Class OutboundSetupIntentUpdateParams.Builder
java.lang.Object
com.stripe.param.v2.moneymanagement.OutboundSetupIntentUpdateParams.Builder
- Enclosing class:
- OutboundSetupIntentUpdateParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setPayoutMethod
(EmptyParam payoutMethod) If provided, the existing payout method resource to link to this outbound setup intent.setPayoutMethod
(String payoutMethod) If provided, the existing payout method resource to link to this outbound setup intent.setPayoutMethodData
(OutboundSetupIntentUpdateParams.PayoutMethodData payoutMethodData) If no payout_method provided, used to create the underlying credential that is set up for outbound money movement.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
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. SeeOutboundSetupIntentUpdateParams.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. SeeOutboundSetupIntentUpdateParams.extraParams
for the field documentation. -
setPayoutMethod
If provided, the existing payout method resource to link to this outbound setup intent. -
setPayoutMethod
If provided, the existing payout method resource to link to this outbound setup intent. -
setPayoutMethodData
public OutboundSetupIntentUpdateParams.Builder setPayoutMethodData(OutboundSetupIntentUpdateParams.PayoutMethodData payoutMethodData) If no payout_method provided, used to create the underlying credential that is set up for outbound money movement. If a payout_method provided, used to update data on the credential linked to this setup intent.
-