Package com.stripe.param.issuing
Class AuthorizationCreateParams.VerificationData.AuthenticationExemption.Builder
java.lang.Object
com.stripe.param.issuing.AuthorizationCreateParams.VerificationData.AuthenticationExemption.Builder
- Enclosing class:
- AuthorizationCreateParams.VerificationData.AuthenticationExemption
public static class AuthorizationCreateParams.VerificationData.AuthenticationExemption.Builder
extends Object
-
Constructor Summary
-
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.setClaimedBy
(AuthorizationCreateParams.VerificationData.AuthenticationExemption.ClaimedBy claimedBy) Required. The entity that requested the exemption, either the acquiring merchant or the Issuing user.Required. The specific exemption claimed for this authorization.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setClaimedBy
public AuthorizationCreateParams.VerificationData.AuthenticationExemption.Builder setClaimedBy(AuthorizationCreateParams.VerificationData.AuthenticationExemption.ClaimedBy claimedBy) Required. The entity that requested the exemption, either the acquiring merchant or the Issuing user. -
putExtraParam
public AuthorizationCreateParams.VerificationData.AuthenticationExemption.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. SeeAuthorizationCreateParams.VerificationData.AuthenticationExemption.extraParams
for the field documentation. -
putAllExtraParam
public AuthorizationCreateParams.VerificationData.AuthenticationExemption.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. SeeAuthorizationCreateParams.VerificationData.AuthenticationExemption.extraParams
for the field documentation. -
setType
public AuthorizationCreateParams.VerificationData.AuthenticationExemption.Builder setType(AuthorizationCreateParams.VerificationData.AuthenticationExemption.Type type) Required. The specific exemption claimed for this authorization.
-