QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

credit_card_postal_code Property

The postal code associated with the Address and Number on file for this customer.

Syntax

def get_credit_card_postal_code() -> str: ...
def set_credit_card_postal_code(value: str) -> None: ...

credit_card_postal_code = property(get_credit_card_postal_code, set_credit_card_postal_code)

Default Value

""

Remarks

The postal code associated with the credit_card_address and 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]