Class: Google::Apis::WalletobjectsV1::Issuer

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/walletobjects_v1/classes.rb,
lib/google/apis/walletobjects_v1/representations.rb,
lib/google/apis/walletobjects_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Issuer

Returns a new instance of Issuer.



4166
4167
4168
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4166

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#callback_optionsGoogle::Apis::WalletobjectsV1::CallbackOptions

Allows the issuer to provide their callback settings. Corresponds to the JSON property callbackOptions



4137
4138
4139
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4137

def callback_options
  @callback_options
end

#contact_infoGoogle::Apis::WalletobjectsV1::IssuerContactInfo

Issuer contact information. Corresponds to the JSON property contactInfo



4142
4143
4144
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4142

def contact_info
  @contact_info
end

#homepage_urlString

URL for the issuer's home page. Corresponds to the JSON property homepageUrl

Returns:

  • (String)


4147
4148
4149
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4147

def homepage_url
  @homepage_url
end

#issuer_idFixnum

The unique identifier for an issuer account. This is automatically generated when the issuer is inserted. Corresponds to the JSON property issuerId

Returns:

  • (Fixnum)


4153
4154
4155
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4153

def issuer_id
  @issuer_id
end

#nameString

The account name of the issuer. Corresponds to the JSON property name

Returns:

  • (String)


4158
4159
4160
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4158

def name
  @name
end

#smart_tap_merchant_dataGoogle::Apis::WalletobjectsV1::SmartTapMerchantData

Available only to Smart Tap enabled partners. Contact support for additional guidance. Corresponds to the JSON property smartTapMerchantData



4164
4165
4166
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4164

def smart_tap_merchant_data
  @smart_tap_merchant_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4171
4172
4173
4174
4175
4176
4177
4178
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4171

def update!(**args)
  @callback_options = args[:callback_options] if args.key?(:callback_options)
  @contact_info = args[:contact_info] if args.key?(:contact_info)
  @homepage_url = args[:homepage_url] if args.key?(:homepage_url)
  @issuer_id = args[:issuer_id] if args.key?(:issuer_id)
  @name = args[:name] if args.key?(:name)
  @smart_tap_merchant_data = args[:smart_tap_merchant_data] if args.key?(:smart_tap_merchant_data)
end