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
1
types.go
1
types.go
|
@ -438,6 +438,7 @@ 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