Package com.stripe.param
Class DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.Builder
java.lang.Object
com.stripe.param.DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.Builder
public static class DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.Builder
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllPriorUndisputedTransaction
(List<DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.PriorUndisputedTransaction> elements) Add all elements to `priorUndisputedTransactions` list.addPriorUndisputedTransaction
(DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.PriorUndisputedTransaction element) Add an element to `priorUndisputedTransactions` list.build()
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.setDisputedTransaction
(DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction disputedTransaction) Disputed transaction details for Visa Compelling Evidence 3.0 evidence submission.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setDisputedTransaction
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.Builder setDisputedTransaction(DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.DisputedTransaction disputedTransaction) Disputed transaction details for Visa Compelling Evidence 3.0 evidence submission. -
putExtraParam
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.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.VisaCompellingEvidence3.extraParams
for the field documentation. -
putAllExtraParam
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.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.VisaCompellingEvidence3.extraParams
for the field documentation. -
addPriorUndisputedTransaction
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.Builder addPriorUndisputedTransaction(DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.PriorUndisputedTransaction element) Add an element to `priorUndisputedTransactions` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeDisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.priorUndisputedTransactions
for the field documentation. -
addAllPriorUndisputedTransaction
public DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.Builder addAllPriorUndisputedTransaction(List<DisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.PriorUndisputedTransaction> elements) Add all elements to `priorUndisputedTransactions` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeDisputeUpdateParams.Evidence.EnhancedEvidence.VisaCompellingEvidence3.priorUndisputedTransactions
for the field documentation.
-