Package com.stripe.param.issuing
Class DisputeCreateParams.Evidence.Canceled.Builder
java.lang.Object
com.stripe.param.issuing.DisputeCreateParams.Evidence.Canceled.Builder
- Enclosing class:
- DisputeCreateParams.Evidence.Canceled
-
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.setCanceledAt
(EmptyParam canceledAt) Date when order was canceled.setCanceledAt
(Long canceledAt) Date when order was canceled.setCancellationPolicyProvided
(EmptyParam cancellationPolicyProvided) Whether the cardholder was provided with a cancellation policy.setCancellationPolicyProvided
(Boolean cancellationPolicyProvided) Whether the cardholder was provided with a cancellation policy.setCancellationReason
(EmptyParam cancellationReason) Reason for canceling the order.setCancellationReason
(String cancellationReason) Reason for canceling the order.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.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.Canceled.Builder setAdditionalDocumentation(String additionalDocumentation) (ID of a file upload) Additional documentation supporting the dispute. -
setAdditionalDocumentation
public DisputeCreateParams.Evidence.Canceled.Builder setAdditionalDocumentation(EmptyParam additionalDocumentation) (ID of a file upload) Additional documentation supporting the dispute. -
setCanceledAt
Date when order was canceled. -
setCanceledAt
Date when order was canceled. -
setCancellationPolicyProvided
public DisputeCreateParams.Evidence.Canceled.Builder setCancellationPolicyProvided(Boolean cancellationPolicyProvided) Whether the cardholder was provided with a cancellation policy. -
setCancellationPolicyProvided
public DisputeCreateParams.Evidence.Canceled.Builder setCancellationPolicyProvided(EmptyParam cancellationPolicyProvided) Whether the cardholder was provided with a cancellation policy. -
setCancellationReason
public DisputeCreateParams.Evidence.Canceled.Builder setCancellationReason(String cancellationReason) Reason for canceling the order. -
setCancellationReason
public DisputeCreateParams.Evidence.Canceled.Builder setCancellationReason(EmptyParam cancellationReason) Reason for canceling the order. -
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.Canceled.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.Canceled.extraParams
for the field documentation. -
setProductDescription
public DisputeCreateParams.Evidence.Canceled.Builder setProductDescription(String productDescription) Description of the merchandise or service that was purchased. -
setProductDescription
public DisputeCreateParams.Evidence.Canceled.Builder setProductDescription(EmptyParam productDescription) Description of the merchandise or service that was purchased. -
setProductType
public DisputeCreateParams.Evidence.Canceled.Builder setProductType(DisputeCreateParams.Evidence.Canceled.ProductType productType) Whether the product was a merchandise or service. -
setProductType
Whether the product was a merchandise or service. -
setReturnStatus
public DisputeCreateParams.Evidence.Canceled.Builder setReturnStatus(DisputeCreateParams.Evidence.Canceled.ReturnStatus returnStatus) Result of cardholder's attempt to return the product. -
setReturnStatus
Result of cardholder's attempt to return the product. -
setReturnedAt
Date when the product was returned or attempted to be returned. -
setReturnedAt
Date when the product was returned or attempted to be returned.
-