QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

credit_card_name_on_card Property

The name as it appears on the customer's credit card Number .

Syntax

def get_credit_card_name_on_card() -> str: ...
def set_credit_card_name_on_card(value: str) -> None: ...

credit_card_name_on_card = property(get_credit_card_name_on_card, set_credit_card_name_on_card)

Default Value

""

Remarks

The name as it appears on the customer's credit card credit_card_number.

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