We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f8ee1 commit d94b350Copy full SHA for d94b350
types.go
@@ -898,6 +898,7 @@ type (
898
CaptureID string `json:"capture_id,omitempty"`
899
ParentPayment string `json:"parent_payment,omitempty"`
900
UpdateTime *time.Time `json:"update_time,omitempty"`
901
+ SaleID string `json:"sale_id,omitempty"`
902
}
903
904
// RefundResponse .
0 commit comments