lots
This commit is contained in:
@@ -56,7 +56,7 @@ class TCGPlayerAPIOrder(BaseModel):
|
||||
orderFulfillment: str
|
||||
orderNumber: str
|
||||
sellerName: str
|
||||
buyerName: str
|
||||
buyerName: Optional[str] = None
|
||||
paymentType: str
|
||||
pickupStatus: str
|
||||
shippingType: str
|
||||
@@ -74,7 +74,7 @@ class TCGPlayerAPIOrderSummary(BaseModel):
|
||||
orderDate: datetime
|
||||
orderChannel: str
|
||||
orderStatus: str
|
||||
buyerName: str
|
||||
buyerName: Optional[str] = None
|
||||
shippingType: str
|
||||
itemQuantity: int
|
||||
productAmount: float
|
||||
|
Reference in New Issue
Block a user