Add sender_batch_id to payout SenderBatchHeader object

This commit is contained in:
Robert McNeil 2017-10-02 17:12:42 +11:00
parent a54f82dc61
commit 0144d81813

View File

@ -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