Merge pull request #38 from porty/specify-payout-sender-batch-id

Add sender_batch_id to payout SenderBatchHeader object
This commit is contained in:
Alex Pliutau 2017-10-02 19:59:24 -05:00 committed by GitHub
commit 1bdb88fd4b

View File

@ -437,7 +437,8 @@ type (
// SenderBatchHeader struct // SenderBatchHeader struct
SenderBatchHeader struct { SenderBatchHeader struct {
EmailSubject string `json:"email_subject"` EmailSubject string `json:"email_subject"`
SenderBatchID string `json:"sender_batch_id,omitempty"`
} }
// ShippingAddress struct // ShippingAddress struct