Skip to content

Commit d94b350

Browse files
authored
add sale_id field to Refund struct (#238)
1 parent 48f8ee1 commit d94b350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types.go

+1
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,7 @@ type (
898898
CaptureID string `json:"capture_id,omitempty"`
899899
ParentPayment string `json:"parent_payment,omitempty"`
900900
UpdateTime *time.Time `json:"update_time,omitempty"`
901+
SaleID string `json:"sale_id,omitempty"`
901902
}
902903

903904
// RefundResponse .

0 commit comments

Comments
 (0)