Package com.stripe.param.issuing
Class DisputeCreateParams.Evidence.Duplicate.Builder
java.lang.Object
com.stripe.param.issuing.DisputeCreateParams.Evidence.Duplicate.Builder
- Enclosing class:
- DisputeCreateParams.Evidence.Duplicate
-
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.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(String explanation) Explanation of why the cardholder is disputing this transaction.setOriginalTransaction(String originalTransaction)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAdditionalDocumentation
public DisputeCreateParams.Evidence.Duplicate.Builder setAdditionalDocumentation(String additionalDocumentation) (ID of a file upload) Additional documentation supporting the dispute. -
setAdditionalDocumentation
public DisputeCreateParams.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. -
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. SeeDisputeCreateParams.Evidence.Duplicate.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. SeeDisputeCreateParams.Evidence.Duplicate.extraParamsfor the field documentation. -
setOriginalTransaction
public DisputeCreateParams.Evidence.Duplicate.Builder setOriginalTransaction(String originalTransaction)
-