From 8e5d5220ab6f937335e88b5802ae10a0b465ff3d Mon Sep 17 00:00:00 2001 From: kenbolt <54861412+kenbolt@users.noreply.github.com> Date: Mon, 26 Jul 2021 16:13:23 -0700 Subject: [PATCH] Adding links to refund response (#213) --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 1e5f0dc..abfec07 100644 --- a/types.go +++ b/types.go @@ -882,6 +882,7 @@ type ( ID string `json:"id,omitempty"` Amount *PurchaseUnitAmount `json:"amount,omitempty"` Status string `json:"status,omitempty"` + Links []Link `json:"links,omitempty"` } // Related struct