Package com.stripe.param.issuing
Class DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.Builder
java.lang.Object
com.stripe.param.issuing.DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.Builder
- Enclosing class:
- DisputeCreateParams.Evidence.MerchandiseNotAsDescribed
-
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.setExplanation
(EmptyParam explanation) Explanation of why the cardholder is disputing this transaction.setExplanation
(String explanation) Explanation of why the cardholder is disputing this transaction.setReceivedAt
(EmptyParam receivedAt) Date when the product was received.setReceivedAt
(Long receivedAt) Date when the product was received.setReturnDescription
(EmptyParam returnDescription) Description of the cardholder's attempt to return the product.setReturnDescription
(String returnDescription) Description of the cardholder's attempt to return the product.setReturnedAt
(EmptyParam returnedAt) Date when the product was returned or attempted to be returned.setReturnedAt
(Long returnedAt) Date when the product was returned or attempted to be returned.setReturnStatus
(EmptyParam returnStatus) Result of cardholder's attempt to return the product.Result of cardholder's attempt to return the product.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAdditionalDocumentation
public DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.Builder setAdditionalDocumentation(String additionalDocumentation) (ID of a file upload) Additional documentation supporting the dispute. -
setAdditionalDocumentation
public DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.Builder setAdditionalDocumentation(EmptyParam additionalDocumentation) (ID of a file upload) Additional documentation supporting the dispute. -
setExplanation
public DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.Builder setExplanation(String explanation) Explanation of why the cardholder is disputing this transaction. -
setExplanation
public DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.Builder setExplanation(EmptyParam explanation) Explanation of why the cardholder is disputing this transaction. -
putExtraParam
public DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.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. SeeDisputeCreateParams.Evidence.MerchandiseNotAsDescribed.extraParams
for the field documentation. -
putAllExtraParam
public DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.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. SeeDisputeCreateParams.Evidence.MerchandiseNotAsDescribed.extraParams
for the field documentation. -
setReceivedAt
public DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.Builder setReceivedAt(Long receivedAt) Date when the product was received. -
setReceivedAt
public DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.Builder setReceivedAt(EmptyParam receivedAt) Date when the product was received. -
setReturnDescription
public DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.Builder setReturnDescription(String returnDescription) Description of the cardholder's attempt to return the product. -
setReturnDescription
public DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.Builder setReturnDescription(EmptyParam returnDescription) Description of the cardholder's attempt to return the product. -
setReturnStatus
public DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.Builder setReturnStatus(DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.ReturnStatus returnStatus) Result of cardholder's attempt to return the product. -
setReturnStatus
public DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.Builder setReturnStatus(EmptyParam returnStatus) Result of cardholder's attempt to return the product. -
setReturnedAt
public DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.Builder setReturnedAt(Long returnedAt) Date when the product was returned or attempted to be returned. -
setReturnedAt
public DisputeCreateParams.Evidence.MerchandiseNotAsDescribed.Builder setReturnedAt(EmptyParam returnedAt) Date when the product was returned or attempted to be returned.
-