E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

BankAccountType Property

Indicates whether a checking or savings account is used for this transaction.

Object Oriented Interface

public function getBankAccountType();
public function setBankAccountType($value);

Procedural Interface

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

Default Value

0

Remarks

Indicates whether a checking or savings account is used for this transaction. For gateways that support it, this property allows funds to be withdrawn (or added in the case of a Credit) from either the customer's Checking or Savings account.

Available values:

Value Definition
atChecking (0) Checking Account.
atSavings (1) Savings 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]