From d94b350a3160dccbeec9a527aaaa96a116c0f8ed Mon Sep 17 00:00:00 2001 From: Konnor Klashinsky <31221309+kklash@users.noreply.github.com> Date: Sat, 18 Jun 2022 20:04:53 +0000 Subject: [PATCH] add sale_id field to Refund struct (#238) --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 903828c..3e950bd 100644 --- a/types.go +++ b/types.go @@ -898,6 +898,7 @@ type ( CaptureID string `json:"capture_id,omitempty"` ParentPayment string `json:"parent_payment,omitempty"` UpdateTime *time.Time `json:"update_time,omitempty"` + SaleID string `json:"sale_id,omitempty"` } // RefundResponse .