mirror of
https://github.com/cubixle/go-ebay.git
synced 2026-04-24 21:24:42 +01:00
SAVEPOINT
This commit is contained in:
@@ -203,6 +203,7 @@ type Transaction struct {
|
||||
OrderLineItemID string
|
||||
ExtendedOrderID string
|
||||
eBayPlusTransaction bool
|
||||
Buyer Buyer
|
||||
}
|
||||
type TransactionArray struct {
|
||||
XMLName xml.Name `xml:"TransactionArray"`
|
||||
@@ -430,3 +431,9 @@ type CheckoutStatus struct {
|
||||
PaymentMethod string
|
||||
Status string
|
||||
}
|
||||
|
||||
type Buyer struct {
|
||||
Email string
|
||||
UserFirstName string
|
||||
UserLastName string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user