Skip to content

Commit bb4519f

Browse files
authored
Added ShipMethodRef and send mixin
1 parent 104ab5c commit bb4519f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

quickbooks/objects/purchaseorder.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
from .base import Ref, Address, QuickbooksManagedObject, LinkedTxnMixin, \
55
QuickbooksTransactionEntity, CustomField, LinkedTxn
66
from .tax import TxnTaxDetail
7-
from ..mixins import DeleteMixin
7+
from ..mixins import DeleteMixin, SendMixin
88

99

1010
@python_2_unicode_compatible
11-
class PurchaseOrder(DeleteMixin, QuickbooksManagedObject, QuickbooksTransactionEntity, LinkedTxnMixin):
11+
class PurchaseOrder(DeleteMixin, QuickbooksManagedObject, QuickbooksTransactionEntity, LinkedTxnMixin, SendMixin):
1212
"""
1313
QBO definition: The PurchaseOrder entity is a non-posting transaction representing a request to purchase
1414
goods or services from a third party.
@@ -51,6 +51,7 @@ def __init__(self):
5151
self.ExchangeRate = 1
5252
self.GlobalTaxCalculation = "TaxExcluded"
5353
self.Memo = None
54+
self.ShipMethodRef = None
5455

5556
self.TxnTaxDetail = None
5657
self.VendorAddr = None

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy