QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

credit_card_id Property

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

Syntax

def get_credit_card_id() -> str: ...
def set_credit_card_id(value: str) -> None: ...

credit_card_id = property(get_credit_card_id, set_credit_card_id)

Default Value

""

Remarks

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]