E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

BankAccountClass Property

Indicates whether a personal or business account is used for this transaction.

Object Oriented Interface

public function getBankAccountClass();
public function setBankAccountClass($value);

Procedural Interface

inpay_recurringbilling_get($res, 24 );
inpay_recurringbilling_set($res, 24, $value );

Default Value

0

Remarks

Indicates whether a personal or business account is used for this transaction.

Available values:

Value Definition
acPersonal (0) Personal Account.
acBusiness (1) Business Account.

This property is not available at design time.

Data Type

Integer

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