Package com.stripe.param
Class DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompliance.Builder
java.lang.Object
com.stripe.param.DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompliance.Builder
- Enclosing class:
- DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompliance
public static class DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompliance.Builder
extends Object
-
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.setFeeAcknowledged
(Boolean feeAcknowledged) A field acknowledging the fee incurred when countering a Visa compliance dispute.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompliance.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. SeeDisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompliance.extraParams
for the field documentation. -
putAllExtraParam
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompliance.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. SeeDisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompliance.extraParams
for the field documentation. -
setFeeAcknowledged
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompliance.Builder setFeeAcknowledged(Boolean feeAcknowledged) A field acknowledging the fee incurred when countering a Visa compliance dispute. If this field is set to true, evidence can be submitted for the compliance dispute. Stripe collects a 500 USD (or local equivalent) amount to cover the network costs associated with resolving compliance disputes. Stripe refunds the 500 USD network fee if you win the dispute.
-