Package com.stripe.param
Class TokenCreateParams.Card.Builder
java.lang.Object
com.stripe.param.TokenCreateParams.Card.Builder
- Enclosing class:
- TokenCreateParams.Card
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Finalize and obtain parameter instance from this builder.putAllExtraParam(Map<String, Object> map) putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map.setAddressCity(String addressCity) setAddressCountry(String addressCountry) setAddressLine1(String addressLine1) setAddressLine2(String addressLine2) setAddressState(String addressState) setAddressZip(String addressZip) setCurrency(String currency) setExpMonth(String expMonth) setExpYear(String expYear)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAddressCity
-
setAddressCountry
-
setAddressLine1
-
setAddressLine2
-
setAddressState
-
setAddressZip
-
setCurrency
-
setCvc
-
setExpMonth
-
setExpYear
-
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. SeeTokenCreateParams.Card.extraParamsfor the field documentation. -
putAllExtraParam
-
setName
-
setNumber
-