QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

payment_method Property

Indicates whether the Bill Payment is being made with a check or a credit card.

Syntax

def get_payment_method() -> int: ...
def set_payment_method(value: int) -> None: ...

payment_method = property(get_payment_method, set_payment_method)

Default Value

0

Remarks

If payment_method is set to pmCheck the bank_account_id or bank_account_name is required to identify the account from which the check is drawn. If payment_method is set to pmCreditCard, the credit_card_id or credit_card_name is required to identify the credit card used to make the payment.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Python Edition - Version 20.0 [Build 7941]