DisputeEvidence
February 26, 2020 ยท View on GitHub
Description
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| evidence_id | getEvidenceId() | setEvidenceId($value) | string | The Square-generated ID of the evidence. | [optional] |
| dispute_id | getDisputeId() | setDisputeId($value) | string | The ID of the dispute the evidence is associated with. | [optional] |
| uploaded_at | getUploadedAt() | setUploadedAt($value) | string | The time when the next action is due, in RFC 3339 format. | [optional] |
| evidence_type | getEvidenceType() | setEvidenceType($value) | string | The type of the evidence. See DisputeEvidenceType for possible values | [optional] |
Note: All properties are protected and only accessed via getters and setters.