We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54d441 commit fe05a64Copy full SHA for fe05a64
disputes/disputes.go
@@ -128,9 +128,10 @@ type (
128
LastUpdate *time.Time `json:"last_update,omitempty"`
129
130
// 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"`
+ EntityId string `json:"entity_id,omitempty"`
+ SubEntityId string `json:"sub_entity_id,omitempty"`
+ PaymentMcc string `json:"payment_mcc,omitempty"`
134
+ ResolvedReason DisputeResolvedReason `json:"resolved_reason,omitempty"`
135
}
136
)
137
0 commit comments