public class Dispute extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Dispute.Builder
Class to build instances of
Dispute. |
| Modifier | Constructor and Description |
|---|---|
protected |
Dispute(io.apimatic.core.types.OptionalNullable<String> disputeId,
String id,
Money amountMoney,
String reason,
String state,
io.apimatic.core.types.OptionalNullable<String> dueAt,
DisputedPayment disputedPayment,
io.apimatic.core.types.OptionalNullable<List<String>> evidenceIds,
String cardBrand,
String createdAt,
String updatedAt,
io.apimatic.core.types.OptionalNullable<String> brandDisputeId,
io.apimatic.core.types.OptionalNullable<String> reportedDate,
io.apimatic.core.types.OptionalNullable<String> reportedAt,
Integer version,
io.apimatic.core.types.OptionalNullable<String> locationId)
Internal initialization constructor.
|
|
Dispute(String disputeId,
String id,
Money amountMoney,
String reason,
String state,
String dueAt,
DisputedPayment disputedPayment,
List<String> evidenceIds,
String cardBrand,
String createdAt,
String updatedAt,
String brandDisputeId,
String reportedDate,
String reportedAt,
Integer version,
String locationId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getAmountMoney()
Getter for AmountMoney.
|
String |
getBrandDisputeId()
Getter for BrandDisputeId.
|
String |
getCardBrand()
Getter for CardBrand.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
DisputedPayment |
getDisputedPayment()
Getter for DisputedPayment.
|
String |
getDisputeId()
Getter for DisputeId.
|
String |
getDueAt()
Getter for DueAt.
|
List<String> |
getEvidenceIds()
Getter for EvidenceIds.
|
String |
getId()
Getter for Id.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getReason()
Getter for Reason.
|
String |
getReportedAt()
Getter for ReportedAt.
|
String |
getReportedDate()
Getter for ReportedDate.
|
String |
getState()
Getter for State.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
Integer |
getVersion()
Getter for Version.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetBrandDisputeId()
Internal Getter for BrandDisputeId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetDisputeId()
Internal Getter for DisputeId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetDueAt()
Internal Getter for DueAt.
|
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetEvidenceIds()
Internal Getter for EvidenceIds.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetLocationId()
Internal Getter for LocationId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetReportedAt()
Internal Getter for ReportedAt.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetReportedDate()
Internal Getter for ReportedDate.
|
Dispute.Builder |
toBuilder()
Builds a new
Dispute.Builder object. |
String |
toString()
Converts this Dispute into string format.
|
public Dispute(String disputeId, String id, Money amountMoney, String reason, String state, String dueAt, DisputedPayment disputedPayment, List<String> evidenceIds, String cardBrand, String createdAt, String updatedAt, String brandDisputeId, String reportedDate, String reportedAt, Integer version, String locationId)
disputeId - String value for disputeId.id - String value for id.amountMoney - Money value for amountMoney.reason - String value for reason.state - String value for state.dueAt - String value for dueAt.disputedPayment - DisputedPayment value for disputedPayment.evidenceIds - List of String value for evidenceIds.cardBrand - String value for cardBrand.createdAt - String value for createdAt.updatedAt - String value for updatedAt.brandDisputeId - String value for brandDisputeId.reportedDate - String value for reportedDate.reportedAt - String value for reportedAt.version - Integer value for version.locationId - String value for locationId.protected Dispute(io.apimatic.core.types.OptionalNullable<String> disputeId, String id, Money amountMoney, String reason, String state, io.apimatic.core.types.OptionalNullable<String> dueAt, DisputedPayment disputedPayment, io.apimatic.core.types.OptionalNullable<List<String>> evidenceIds, String cardBrand, String createdAt, String updatedAt, io.apimatic.core.types.OptionalNullable<String> brandDisputeId, io.apimatic.core.types.OptionalNullable<String> reportedDate, io.apimatic.core.types.OptionalNullable<String> reportedAt, Integer version, io.apimatic.core.types.OptionalNullable<String> locationId)
protected io.apimatic.core.types.OptionalNullable<String> internalGetDisputeId()
public String getDisputeId()
public String getId()
public Money getAmountMoney()
public String getReason()
public String getState()
protected io.apimatic.core.types.OptionalNullable<String> internalGetDueAt()
public String getDueAt()
public DisputedPayment getDisputedPayment()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetEvidenceIds()
public List<String> getEvidenceIds()
public String getCardBrand()
public String getCreatedAt()
public String getUpdatedAt()
protected io.apimatic.core.types.OptionalNullable<String> internalGetBrandDisputeId()
public String getBrandDisputeId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetReportedDate()
public String getReportedDate()
protected io.apimatic.core.types.OptionalNullable<String> internalGetReportedAt()
public String getReportedAt()
public Integer getVersion()
protected io.apimatic.core.types.OptionalNullable<String> internalGetLocationId()
public String getLocationId()
public String toString()
public Dispute.Builder toBuilder()
Dispute.Builder object.
Creates the instance with the state of the current model.Dispute.Builder objectCopyright © 2023. All rights reserved.