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