Package com.stripe.param.issuing
Class DisputeUpdateParams.Evidence.Duplicate.Builder
java.lang.Object
com.stripe.param.issuing.DisputeUpdateParams.Evidence.Duplicate.Builder
- Enclosing class:
- DisputeUpdateParams.Evidence.Duplicate
-
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.setAdditionalDocumentation
(EmptyParam additionalDocumentation) (ID of a file upload) Additional documentation supporting the dispute.setAdditionalDocumentation
(String additionalDocumentation) (ID of a file upload) Additional documentation supporting the dispute.setCardStatement
(EmptyParam cardStatement) (ID of a file upload) Copy of the card statement showing that the product had already been paid for.setCardStatement
(String cardStatement) (ID of a file upload) Copy of the card statement showing that the product had already been paid for.setCashReceipt
(EmptyParam cashReceipt) (ID of a file upload) Copy of the receipt showing that the product had been paid for in cash.setCashReceipt
(String cashReceipt) (ID of a file upload) Copy of the receipt showing that the product had been paid for in cash.setCheckImage
(EmptyParam checkImage) (ID of a file upload) Image of the front and back of the check that was used to pay for the product.setCheckImage
(String checkImage) (ID of a file upload) Image of the front and back of the check that was used to pay for the product.setExplanation
(EmptyParam explanation) Explanation of why the cardholder is disputing this transaction.setExplanation
(String explanation) Explanation of why the cardholder is disputing this transaction.setOriginalTransaction
(EmptyParam originalTransaction) Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of.setOriginalTransaction
(String originalTransaction) Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAdditionalDocumentation
public DisputeUpdateParams.Evidence.Duplicate.Builder setAdditionalDocumentation(String additionalDocumentation) (ID of a file upload) Additional documentation supporting the dispute. -
setAdditionalDocumentation
public DisputeUpdateParams.Evidence.Duplicate.Builder setAdditionalDocumentation(EmptyParam additionalDocumentation) (ID of a file upload) Additional documentation supporting the dispute. -
setCardStatement
(ID of a file upload) Copy of the card statement showing that the product had already been paid for. -
setCardStatement
(ID of a file upload) Copy of the card statement showing that the product had already been paid for. -
setCashReceipt
(ID of a file upload) Copy of the receipt showing that the product had been paid for in cash. -
setCashReceipt
(ID of a file upload) Copy of the receipt showing that the product had been paid for in cash. -
setCheckImage
(ID of a file upload) Image of the front and back of the check that was used to pay for the product. -
setCheckImage
(ID of a file upload) Image of the front and back of the check that was used to pay for the product. -
setExplanation
Explanation of why the cardholder is disputing this transaction. -
setExplanation
Explanation of why the cardholder is disputing this transaction. -
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. SeeDisputeUpdateParams.Evidence.Duplicate.extraParams
for 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. SeeDisputeUpdateParams.Evidence.Duplicate.extraParams
for the field documentation. -
setOriginalTransaction
public DisputeUpdateParams.Evidence.Duplicate.Builder setOriginalTransaction(String originalTransaction) Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one. -
setOriginalTransaction
public DisputeUpdateParams.Evidence.Duplicate.Builder setOriginalTransaction(EmptyParam originalTransaction) Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one.
-