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