Class: Stripe::Issuing::CardListParams::Wallets::GooglePay

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/issuing/card_list_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, new, #to_h

Constructor Details

#initialize(primary_account_identifier: nil) ⇒ GooglePay

Returns a new instance of GooglePay.



39
40
41
# File 'lib/stripe/params/issuing/card_list_params.rb', line 39

def initialize(primary_account_identifier: nil)
  @primary_account_identifier = 
end

Instance Attribute Details

#primary_account_identifierObject

Query by Google Pay primary account identifier.



37
38
39
# File 'lib/stripe/params/issuing/card_list_params.rb', line 37

def 
  @primary_account_identifier
end