Package com.stripe.param.issuing
Class DisputeUpdateParams.Evidence.Builder
java.lang.Object
com.stripe.param.issuing.DisputeUpdateParams.Evidence.Builder
- Enclosing class:
- DisputeUpdateParams.Evidence
-
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.setCanceled
(EmptyParam canceled) Evidence provided whenreason
is 'canceled'.Evidence provided whenreason
is 'canceled'.setDuplicate
(EmptyParam duplicate) Evidence provided whenreason
is 'duplicate'.Evidence provided whenreason
is 'duplicate'.setFraudulent
(EmptyParam fraudulent) Evidence provided whenreason
is 'fraudulent'.setFraudulent
(DisputeUpdateParams.Evidence.Fraudulent fraudulent) Evidence provided whenreason
is 'fraudulent'.setMerchandiseNotAsDescribed
(EmptyParam merchandiseNotAsDescribed) Evidence provided whenreason
is 'merchandise_not_as_described'.setMerchandiseNotAsDescribed
(DisputeUpdateParams.Evidence.MerchandiseNotAsDescribed merchandiseNotAsDescribed) Evidence provided whenreason
is 'merchandise_not_as_described'.setNotReceived
(EmptyParam notReceived) Evidence provided whenreason
is 'not_received'.setNotReceived
(DisputeUpdateParams.Evidence.NotReceived notReceived) Evidence provided whenreason
is 'not_received'.setNoValidAuthorization
(EmptyParam noValidAuthorization) Evidence provided whenreason
is 'no_valid_authorization'.setNoValidAuthorization
(DisputeUpdateParams.Evidence.NoValidAuthorization noValidAuthorization) Evidence provided whenreason
is 'no_valid_authorization'.setOther
(EmptyParam other) Evidence provided whenreason
is 'other'.Evidence provided whenreason
is 'other'.The reason for filing the dispute.setServiceNotAsDescribed
(EmptyParam serviceNotAsDescribed) Evidence provided whenreason
is 'service_not_as_described'.setServiceNotAsDescribed
(DisputeUpdateParams.Evidence.ServiceNotAsDescribed serviceNotAsDescribed) Evidence provided whenreason
is 'service_not_as_described'.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCanceled
public DisputeUpdateParams.Evidence.Builder setCanceled(DisputeUpdateParams.Evidence.Canceled canceled) Evidence provided whenreason
is 'canceled'. -
setCanceled
Evidence provided whenreason
is 'canceled'. -
setDuplicate
public DisputeUpdateParams.Evidence.Builder setDuplicate(DisputeUpdateParams.Evidence.Duplicate duplicate) Evidence provided whenreason
is 'duplicate'. -
setDuplicate
Evidence provided whenreason
is 'duplicate'. -
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. SeeDisputeUpdateParams.Evidence.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. SeeDisputeUpdateParams.Evidence.extraParams
for the field documentation. -
setFraudulent
public DisputeUpdateParams.Evidence.Builder setFraudulent(DisputeUpdateParams.Evidence.Fraudulent fraudulent) Evidence provided whenreason
is 'fraudulent'. -
setFraudulent
Evidence provided whenreason
is 'fraudulent'. -
setMerchandiseNotAsDescribed
public DisputeUpdateParams.Evidence.Builder setMerchandiseNotAsDescribed(DisputeUpdateParams.Evidence.MerchandiseNotAsDescribed merchandiseNotAsDescribed) Evidence provided whenreason
is 'merchandise_not_as_described'. -
setMerchandiseNotAsDescribed
public DisputeUpdateParams.Evidence.Builder setMerchandiseNotAsDescribed(EmptyParam merchandiseNotAsDescribed) Evidence provided whenreason
is 'merchandise_not_as_described'. -
setNoValidAuthorization
public DisputeUpdateParams.Evidence.Builder setNoValidAuthorization(DisputeUpdateParams.Evidence.NoValidAuthorization noValidAuthorization) Evidence provided whenreason
is 'no_valid_authorization'. -
setNoValidAuthorization
public DisputeUpdateParams.Evidence.Builder setNoValidAuthorization(EmptyParam noValidAuthorization) Evidence provided whenreason
is 'no_valid_authorization'. -
setNotReceived
public DisputeUpdateParams.Evidence.Builder setNotReceived(DisputeUpdateParams.Evidence.NotReceived notReceived) Evidence provided whenreason
is 'not_received'. -
setNotReceived
Evidence provided whenreason
is 'not_received'. -
setOther
Evidence provided whenreason
is 'other'. -
setOther
Evidence provided whenreason
is 'other'. -
setReason
The reason for filing the dispute. The evidence should be submitted in the field of the same name. -
setServiceNotAsDescribed
public DisputeUpdateParams.Evidence.Builder setServiceNotAsDescribed(DisputeUpdateParams.Evidence.ServiceNotAsDescribed serviceNotAsDescribed) Evidence provided whenreason
is 'service_not_as_described'. -
setServiceNotAsDescribed
public DisputeUpdateParams.Evidence.Builder setServiceNotAsDescribed(EmptyParam serviceNotAsDescribed) Evidence provided whenreason
is 'service_not_as_described'.
-