Package com.stripe.param.issuing
Class DisputeCreateParams.Evidence.NotReceived.Builder
java.lang.Object
com.stripe.param.issuing.DisputeCreateParams.Evidence.NotReceived.Builder
- Enclosing class:
- DisputeCreateParams.Evidence.NotReceived
-
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.setExpectedAt
(EmptyParam expectedAt) Date when the cardholder expected to receive the product.setExpectedAt
(Long expectedAt) Date when the cardholder expected to receive 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.setProductDescription
(EmptyParam productDescription) Description of the merchandise or service that was purchased.setProductDescription
(String productDescription) Description of the merchandise or service that was purchased.setProductType
(EmptyParam productType) Whether the product was a merchandise or service.Whether the product was a merchandise or service.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAdditionalDocumentation
public DisputeCreateParams.Evidence.NotReceived.Builder setAdditionalDocumentation(String additionalDocumentation) (ID of a file upload) Additional documentation supporting the dispute. -
setAdditionalDocumentation
public DisputeCreateParams.Evidence.NotReceived.Builder setAdditionalDocumentation(EmptyParam additionalDocumentation) (ID of a file upload) Additional documentation supporting the dispute. -
setExpectedAt
Date when the cardholder expected to receive the product. -
setExpectedAt
Date when the cardholder expected to receive 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. SeeDisputeCreateParams.Evidence.NotReceived.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. SeeDisputeCreateParams.Evidence.NotReceived.extraParams
for the field documentation. -
setProductDescription
public DisputeCreateParams.Evidence.NotReceived.Builder setProductDescription(String productDescription) Description of the merchandise or service that was purchased. -
setProductDescription
public DisputeCreateParams.Evidence.NotReceived.Builder setProductDescription(EmptyParam productDescription) Description of the merchandise or service that was purchased. -
setProductType
public DisputeCreateParams.Evidence.NotReceived.Builder setProductType(DisputeCreateParams.Evidence.NotReceived.ProductType productType) Whether the product was a merchandise or service. -
setProductType
Whether the product was a merchandise or service.
-