Issuer constructor
Issuer({
- CallbackOptions? callbackOptions,
- IssuerContactInfo? contactInfo,
- String? homepageUrl,
- String? issuerId,
- String? name,
- SmartTapMerchantData? smartTapMerchantData,
Implementation
Issuer({
this.callbackOptions,
this.contactInfo,
this.homepageUrl,
this.issuerId,
this.name,
this.smartTapMerchantData,
});