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

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