QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

credit_card_name Property

Refers to the credit card account to which this payment is being charged.

Syntax

def get_credit_card_name() -> str: ...
def set_credit_card_name(value: str) -> None: ...

credit_card_name = property(get_credit_card_name, set_credit_card_name)

Default Value

""

Remarks

This refers to the name you created in QuickBooks to identify the card. For example: "Citibank Visa Card". This property is only applicable to the pmCreditCard payment_method.

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