Documentation

PaymentCardToken extends Record

Table of Contents

$cardBrand  : mixed
$cardExpirationDate  : mixed
$cardIssuerIdNumber  : mixed
$cardLastFourDigits  : mixed
$cardNameOnCard  : mixed
$cardType  : mixed
$entity  : mixed
$externalId  : mixed
$internalId  : mixed
$isDefault  : mixed
$isInactive  : mixed
$mask  : mixed
$memo  : mixed
$nullFieldList  : mixed
$paramtypesmap  : mixed
$paymentMethod  : mixed
$preserveOnFile  : mixed
$state  : mixed
$token  : mixed
$tokenExpirationDate  : mixed
$tokenFamily  : mixed
$tokenNamespace  : mixed

Properties

$nullFieldList

public mixed $nullFieldList

$paramtypesmap

public static mixed $paramtypesmap = array("entity" => "RecordRef", "mask" => "string", "paymentMethod" => "RecordRef", "memo" => "string", "state" => "PaymentInstrumentState", "isInactive" => "boolean", "preserveOnFile" => "boolean", "isDefault" => "boolean", "token" => "string", "tokenExpirationDate" => "dateTime", "tokenFamily" => "TokenFamily", "tokenNamespace" => "string", "cardIssuerIdNumber" => "string", "cardBrand" => "PaymentCardBrand", "cardType" => "PaymentCardType", "cardNameOnCard" => "string", "cardLastFourDigits" => "string", "cardExpirationDate" => "dateTime", "internalId" => "string", "externalId" => "string")

Search results