Class OutboundSetupIntentUpdateParams.PayoutMethodData.Card.Builder
java.lang.Object
com.stripe.param.v2.moneymanagement.OutboundSetupIntentUpdateParams.PayoutMethodData.Card.Builder
- Enclosing class:
- OutboundSetupIntentUpdateParams.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
(EmptyParam expMonth) The expiration month of the card.setExpMonth
(String expMonth) The expiration month of the card.setExpYear
(EmptyParam expYear) The expiration year of the card.setExpYear
(String expYear) The expiration year of the card.setNumber
(EmptyParam number) The card number.The card number.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setExpMonth
The expiration month of the card. -
setExpMonth
public OutboundSetupIntentUpdateParams.PayoutMethodData.Card.Builder setExpMonth(EmptyParam expMonth) The expiration month of the card. -
setExpYear
The expiration year of the card. -
setExpYear
The expiration year of the card. -
putExtraParam
public OutboundSetupIntentUpdateParams.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. SeeOutboundSetupIntentUpdateParams.PayoutMethodData.Card.extraParams
for the field documentation. -
putAllExtraParam
public OutboundSetupIntentUpdateParams.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. SeeOutboundSetupIntentUpdateParams.PayoutMethodData.Card.extraParams
for the field documentation. -
setNumber
The card number. This can only be passed when creating a new credential on an outbound setup intent in the requires_payout_method state. -
setNumber
The card number. This can only be passed when creating a new credential on an outbound setup intent in the requires_payout_method state.
-