Netsutie PHP Toolkit
PaymentMethodSearchBasic Class Reference
Inheritance diagram for PaymentMethodSearchBasic:
SearchRecordBasic SearchRecord

Data Fields

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

Static Public Attributes

static $paramtypesmap
 
- Static Public Attributes inherited from SearchRecordBasic
static $paramtypesmap
 
- Static Public Attributes inherited from SearchRecord
static $paramtypesmap
 

Detailed Description

Field Documentation

$account

Definition at line 18 of file PaymentMethodSearchBasic.php.

$creditCard

Definition at line 28 of file PaymentMethodSearchBasic.php.

$externalId

Definition at line 38 of file PaymentMethodSearchBasic.php.

$externalIdString

Definition at line 48 of file PaymentMethodSearchBasic.php.

$internalId

Definition at line 58 of file PaymentMethodSearchBasic.php.

$internalIdNumber

Definition at line 68 of file PaymentMethodSearchBasic.php.

$isDebitCard

Definition at line 78 of file PaymentMethodSearchBasic.php.

$isInactive

Definition at line 88 of file PaymentMethodSearchBasic.php.

$name

Definition at line 98 of file PaymentMethodSearchBasic.php.

$paramtypesmap
static
Initial value:
= array(
"account" => "SearchMultiSelectField",
"creditCard" => "SearchBooleanField",
"externalId" => "SearchMultiSelectField",
"externalIdString" => "SearchStringField",
"internalId" => "SearchMultiSelectField",
"internalIdNumber" => "SearchLongField",
"isDebitCard" => "SearchBooleanField",
"isInactive" => "SearchBooleanField",
"name" => "SearchStringField",
)

Definition at line 102 of file PaymentMethodSearchBasic.php.


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