forked from go-packages/paypal
Merge pull request #51 from lordkhonsu/master
added json field `transaction_fee` to Sale struct
This commit is contained in:
commit
d1c1dd2026
1
types.go
1
types.go
|
@ -458,6 +458,7 @@ type (
|
|||
Sale struct {
|
||||
ID string `json:"id,omitempty"`
|
||||
Amount *Amount `json:"amount,omitempty"`
|
||||
TransactionFee *Currency `json:"transaction_fee,omitempty"`
|
||||
Description string `json:"description,omitempty"`
|
||||
CreateTime *time.Time `json:"create_time,omitempty"`
|
||||
State string `json:"state,omitempty"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user