Package com.stripe.param
Class AccountExternalAccountCreateParams.Card.Builder
java.lang.Object
com.stripe.param.AccountExternalAccountCreateParams.Card.Builder
- Enclosing class:
- AccountExternalAccountCreateParams.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.putAllMetadata(Map<String, String> map) Add all map key/value pairs to `metadata` map.putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map.putMetadata(String key, String value) Add a key/value pair to `metadata` map.setAddressCity(String addressCity) setAddressCountry(String addressCountry) setAddressLine1(String addressLine1) setAddressLine2(String addressLine2) setAddressState(String addressState) setAddressZip(String addressZip) setCurrency(String currency) setExpMonth(Long expMonth) Required.setExpYear(Long expYear) Required.Required.
-
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
Required. -
setExpYear
Required. -
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. SeeAccountExternalAccountCreateParams.Card.extraParamsfor 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. SeeAccountExternalAccountCreateParams.Card.extraParamsfor the field documentation. -
putMetadata
Add a key/value pair to `metadata` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAccountExternalAccountCreateParams.Card.metadatafor the field documentation. -
putAllMetadata
Add all map key/value pairs to `metadata` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAccountExternalAccountCreateParams.Card.metadatafor the field documentation. -
setName
-
setNumber
Required. -
setObject
-