Skip to content

Commit fe05a64

Browse files
authored
feat: add resolved_reason mapping to dispute_summary (#152)
1 parent e54d441 commit fe05a64

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

disputes/disputes.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,10 @@ type (
128128
LastUpdate *time.Time `json:"last_update,omitempty"`
129129

130130
// Not available on Previous
131-
EntityId string `json:"entity_id,omitempty"`
132-
SubEntityId string `json:"sub_entity_id,omitempty"`
133-
PaymentMcc string `json:"payment_mcc,omitempty"`
131+
EntityId string `json:"entity_id,omitempty"`
132+
SubEntityId string `json:"sub_entity_id,omitempty"`
133+
PaymentMcc string `json:"payment_mcc,omitempty"`
134+
ResolvedReason DisputeResolvedReason `json:"resolved_reason,omitempty"`
134135
}
135136
)
136137

0 commit comments

Comments
 (0)