forked from go-packages/paypal
Merge pull request #38 from porty/specify-payout-sender-batch-id
Add sender_batch_id to payout SenderBatchHeader object
This commit is contained in:
commit
1bdb88fd4b
3
types.go
3
types.go
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user