CardNumber Property

Credit card number.

Object Oriented Interface

public function getCardNumber();
public function setCardNumber($value);

Procedural Interface

ipworksofx_ccstatement_get($res, 3 );
ipworksofx_ccstatement_set($res, 3, $value );

Default Value

''

Remarks

This string contains the full credit card number, without dashes or spaces.

Some financial institutions, such as American Express, use the account number instead of the credit card number. This can be queried using the Account class or found on a recent card statement.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 PHP Edition - Version 20.0 [Build 7941]