QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

credit_card_address Property

The address associated with the Number on file for this customer.

Syntax

def get_credit_card_address() -> str: ...
def set_credit_card_address(value: str) -> None: ...

credit_card_address = property(get_credit_card_address, set_credit_card_address)

Default Value

""

Remarks

The address associated with the credit_card_number on file for this customer.

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