| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DisputedPayment |
DisputedPayment.Builder.build()
Builds a new
DisputedPayment object using the set fields. |
DisputedPayment |
Dispute.getDisputedPayment()
Getter for DisputedPayment.
|
| Modifier and Type | Method and Description |
|---|---|
Dispute.Builder |
Dispute.Builder.disputedPayment(DisputedPayment disputedPayment)
Setter for disputedPayment.
|
| 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.
|
Copyright © 2022. All rights reserved.