Documentation

PaymentCard extends Record

Table of Contents

$cardBrand  : mixed
$cardNumber  : mixed
$cardType  : mixed
$entity  : mixed
$expirationDate  : mixed
$externalId  : mixed
$internalId  : mixed
$isDefault  : mixed
$isInactive  : mixed
$issueNumber  : mixed
$issuerIdNumber  : mixed
$lastFourDigits  : mixed
$mask  : mixed
$memo  : mixed
$nameOnCard  : mixed
$nullFieldList  : mixed
$paramtypesmap  : mixed
$paymentMethod  : mixed
$preserveOnFile  : mixed
$state  : mixed
$street  : mixed
$validFromDate  : mixed
$zipCode  : mixed

Properties

$nullFieldList

public mixed $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")

Search results