Netsutie PHP Toolkit
PaymentMethodSearchRowBasic Class Reference
Inheritance diagram for PaymentMethodSearchRowBasic:
SearchRowBasic SearchRow

Data Fields

 $account
 
 $creditCard
 
 $externalId
 
 $internalId
 
 $isDebitCard
 
 $isInactive
 
 $name
 

Static Public Attributes

static $paramtypesmap
 
- Static Public Attributes inherited from SearchRowBasic
static $paramtypesmap
 
- Static Public Attributes inherited from SearchRow
static $paramtypesmap
 

Detailed Description

Field Documentation

$account

Definition at line 18 of file PaymentMethodSearchRowBasic.php.

$creditCard

Definition at line 28 of file PaymentMethodSearchRowBasic.php.

$externalId

Definition at line 38 of file PaymentMethodSearchRowBasic.php.

$internalId

Definition at line 48 of file PaymentMethodSearchRowBasic.php.

$isDebitCard

Definition at line 58 of file PaymentMethodSearchRowBasic.php.

$isInactive

Definition at line 68 of file PaymentMethodSearchRowBasic.php.

$name

Definition at line 78 of file PaymentMethodSearchRowBasic.php.

$paramtypesmap
static
Initial value:
= array(
"account" => "SearchColumnSelectField[]",
"creditCard" => "SearchColumnBooleanField[]",
"externalId" => "SearchColumnSelectField[]",
"internalId" => "SearchColumnSelectField[]",
"isDebitCard" => "SearchColumnBooleanField[]",
"isInactive" => "SearchColumnBooleanField[]",
"name" => "SearchColumnStringField[]",
)

Definition at line 82 of file PaymentMethodSearchRowBasic.php.


The documentation for this class was generated from the following file: