Table of Contents
-
$cardBrand
: PaymentCardBrand
-
$cardNumber
: string
-
$cardType
: PaymentCardType
-
$entity
: RecordRef
-
$expirationDate
: string
-
$externalId
: string
-
$internalId
: string
-
$isDefault
: bool
-
$isInactive
: bool
-
$issueNumber
: string
-
$issuerIdNumber
: string
-
$lastFourDigits
: string
-
$mask
: string
-
$memo
: string
-
$nameOnCard
: string
-
$nullFieldList
: NullField
-
$paramtypesmap
: mixed
-
$paymentMethod
: RecordRef
-
$preserveOnFile
: bool
-
$state
: PaymentInstrumentState
-
$street
: string
-
$validFromDate
: string
-
$zipCode
: string
$cardBrand
public
PaymentCardBrand
$cardBrand
$cardNumber
public
string
$cardNumber
$cardType
public
PaymentCardType
$cardType
$entity
public
RecordRef
$entity
$expirationDate
public
string
$expirationDate
$externalId
public
string
$externalId
$internalId
public
string
$internalId
$isDefault
public
bool
$isDefault
$isInactive
public
bool
$isInactive
$issueNumber
public
string
$issueNumber
$issuerIdNumber
public
string
$issuerIdNumber
$lastFourDigits
public
string
$lastFourDigits
$mask
public
string
$mask
$memo
public
string
$memo
$nameOnCard
public
string
$nameOnCard
$nullFieldList
public
NullField
$nullFieldList
$paramtypesmap
public
static mixed
$paramtypesmap
= array("lastFourDigits" => "string", "issuerIdNumber" => "string", "entity" => "RecordRef", "mask" => "string", "paymentMethod" => "RecordRef", "memo" => "string", "state" => "PaymentInstrumentState", "isInactive" => "boolean", "preserveOnFile" => "boolean", "isDefault" => "boolean", "cardNumber" => "string", "expirationDate" => "dateTime", "cardBrand" => "PaymentCardBrand", "cardType" => "PaymentCardType", "nameOnCard" => "string", "street" => "string", "zipCode" => "string", "validFromDate" => "dateTime", "issueNumber" => "string", "internalId" => "string", "externalId" => "string")
$paymentMethod
public
RecordRef
$paymentMethod
$preserveOnFile
public
bool
$preserveOnFile
$state
public
PaymentInstrumentState
$state
$street
public
string
$street
$validFromDate
public
string
$validFromDate
$zipCode
public
string
$zipCode