public static class DisputeCreateParams.Evidence.NotReceived.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DisputeCreateParams.Evidence.NotReceived |
build()
Finalize and obtain parameter instance from this builder.
|
DisputeCreateParams.Evidence.NotReceived.Builder |
putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
Add all map key/value pairs to `extraParams` map.
|
DisputeCreateParams.Evidence.NotReceived.Builder |
putExtraParam(java.lang.String key,
java.lang.Object value)
Add a key/value pair to `extraParams` map.
|
DisputeCreateParams.Evidence.NotReceived.Builder |
setAdditionalDocumentation(EmptyParam additionalDocumentation)
(ID of a file upload) Additional
documentation supporting the dispute.
|
DisputeCreateParams.Evidence.NotReceived.Builder |
setAdditionalDocumentation(java.lang.String additionalDocumentation)
(ID of a file upload) Additional
documentation supporting the dispute.
|
DisputeCreateParams.Evidence.NotReceived.Builder |
setExpectedAt(EmptyParam expectedAt)
Date when the cardholder expected to receive the product.
|
DisputeCreateParams.Evidence.NotReceived.Builder |
setExpectedAt(java.lang.Long expectedAt)
Date when the cardholder expected to receive the product.
|
DisputeCreateParams.Evidence.NotReceived.Builder |
setExplanation(java.lang.String explanation)
Explanation of why the cardholder is disputing this transaction.
|
DisputeCreateParams.Evidence.NotReceived.Builder |
setProductDescription(java.lang.String productDescription)
Description of the merchandise or service that was purchased.
|
DisputeCreateParams.Evidence.NotReceived.Builder |
setProductType(DisputeCreateParams.Evidence.NotReceived.ProductType productType)
Whether the product was a merchandise or service.
|
DisputeCreateParams.Evidence.NotReceived.Builder |
setProductType(EmptyParam productType)
Whether the product was a merchandise or service.
|
public DisputeCreateParams.Evidence.NotReceived build()
public DisputeCreateParams.Evidence.NotReceived.Builder setAdditionalDocumentation(java.lang.String additionalDocumentation)
public DisputeCreateParams.Evidence.NotReceived.Builder setAdditionalDocumentation(EmptyParam additionalDocumentation)
public DisputeCreateParams.Evidence.NotReceived.Builder setExpectedAt(java.lang.Long expectedAt)
public DisputeCreateParams.Evidence.NotReceived.Builder setExpectedAt(EmptyParam expectedAt)
public DisputeCreateParams.Evidence.NotReceived.Builder setExplanation(java.lang.String explanation)
public DisputeCreateParams.Evidence.NotReceived.Builder putExtraParam(java.lang.String key, java.lang.Object value)
DisputeCreateParams.Evidence.NotReceived.extraParams
for the field
documentation.public DisputeCreateParams.Evidence.NotReceived.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
DisputeCreateParams.Evidence.NotReceived.extraParams
for the field
documentation.public DisputeCreateParams.Evidence.NotReceived.Builder setProductDescription(java.lang.String productDescription)
public DisputeCreateParams.Evidence.NotReceived.Builder setProductType(DisputeCreateParams.Evidence.NotReceived.ProductType productType)
public DisputeCreateParams.Evidence.NotReceived.Builder setProductType(EmptyParam productType)