public class Dispute extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Dispute.Builder
Class to build instances of
Dispute. |
| Constructor and Description |
|---|
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() |
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.public String getDisputeId()
public String getId()
public Money getAmountMoney()
public String getReason()
public String getState()
public String getDueAt()
public DisputedPayment getDisputedPayment()
public List<String> getEvidenceIds()
public String getCardBrand()
public String getCreatedAt()
public String getUpdatedAt()
public String getBrandDisputeId()
public String getReportedDate()
public String getReportedAt()
public Integer getVersion()
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 © 2022. All rights reserved.