From 0144d8181345132c573f3e06ce1e08f5316cef34 Mon Sep 17 00:00:00 2001 From: Robert McNeil Date: Mon, 2 Oct 2017 17:12:42 +1100 Subject: [PATCH] Add sender_batch_id to payout SenderBatchHeader object --- types.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types.go b/types.go index a68290d..295ea18 100644 --- a/types.go +++ b/types.go @@ -437,7 +437,8 @@ type ( // SenderBatchHeader struct SenderBatchHeader struct { - EmailSubject string `json:"email_subject"` + EmailSubject string `json:"email_subject"` + SenderBatchID string `json:"sender_batch_id,omitempty"` } // ShippingAddress struct