class Issuer extends Model (View source)

Properties

protected $callbackOptionsType
protected $callbackOptionsDataType
protected $contactInfoType
protected $contactInfoDataType
string $homepageUrl
string $issuerId
string $name
protected $smartTapMerchantDataType
protected $smartTapMerchantDataDataType

Methods

setCallbackOptions(CallbackOptions $callbackOptions)

No description

setContactInfo(IssuerContactInfo $contactInfo)

No description

setHomepageUrl($homepageUrl)

No description

string
getHomepageUrl()

No description

setIssuerId($issuerId)

No description

string
getIssuerId()

No description

setName($name)

No description

string
getName()

No description

setSmartTapMerchantData(SmartTapMerchantData $smartTapMerchantData)

No description

Details

setCallbackOptions(CallbackOptions $callbackOptions)

No description

Parameters

CallbackOptions $callbackOptions

CallbackOptions getCallbackOptions()

No description

Return Value

CallbackOptions

setContactInfo(IssuerContactInfo $contactInfo)

No description

Parameters

IssuerContactInfo $contactInfo

IssuerContactInfo getContactInfo()

No description

Return Value

IssuerContactInfo

setHomepageUrl($homepageUrl)

No description

Parameters

$homepageUrl

string getHomepageUrl()

No description

Return Value

string

setIssuerId($issuerId)

No description

Parameters

$issuerId

string getIssuerId()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setSmartTapMerchantData(SmartTapMerchantData $smartTapMerchantData)

No description

Parameters

SmartTapMerchantData $smartTapMerchantData

SmartTapMerchantData getSmartTapMerchantData()

No description

Return Value

SmartTapMerchantData