Class OutboundSetupIntentCreateParams.PayoutMethodData.Card.Builder
java.lang.Object
com.stripe.param.v2.moneymanagement.OutboundSetupIntentCreateParams.PayoutMethodData.Card.Builder
- Enclosing class:
- OutboundSetupIntentCreateParams.PayoutMethodData.Card
-
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.setExpMonth
(String expMonth) Required. The expiration month of the card.setExpYear
(String expYear) Required. The expiration year of the card.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setExpMonth
Required. The expiration month of the card. -
setExpYear
Required. The expiration year of the card. -
putExtraParam
public OutboundSetupIntentCreateParams.PayoutMethodData.Card.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. SeeOutboundSetupIntentCreateParams.PayoutMethodData.Card.extraParams
for the field documentation. -
putAllExtraParam
public OutboundSetupIntentCreateParams.PayoutMethodData.Card.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. SeeOutboundSetupIntentCreateParams.PayoutMethodData.Card.extraParams
for the field documentation. -
setNumber
-