Issuer class
Constructors
- Issuer({CallbackOptions? callbackOptions, IssuerContactInfo? contactInfo, String? homepageUrl, String? issuerId, String? name, SmartTapMerchantData? smartTapMerchantData})
- Issuer.fromJson(Map json_)
Properties
- callbackOptions ↔ CallbackOptions?
- 
  Allows the issuer to provide their callback settings.
  getter/setter pair
- contactInfo ↔ IssuerContactInfo?
- 
  Issuer contact information.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- homepageUrl ↔ String?
- 
  URL for the issuer's home page.
  getter/setter pair
- issuerId ↔ String?
- 
  The unique identifier for an issuer account.
  getter/setter pair
- name ↔ String?
- 
  The account name of the issuer.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- smartTapMerchantData ↔ SmartTapMerchantData?
- 
  Available only to Smart Tap enabled partners.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited