Class: Stripe::Issuing::CardListParams::Wallets::ApplePay

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) ⇒ ApplePay

Returns a new instance of ApplePay.



30
31
32
# File 'lib/stripe/params/issuing/card_list_params.rb', line 30

def initialize(primary_account_identifier: nil)
  @primary_account_identifier = 
end

Instance Attribute Details

#primary_account_identifierObject

Query by Apple Pay primary account identifier.



28
29
30
# File 'lib/stripe/params/issuing/card_list_params.rb', line 28

def 
  @primary_account_identifier
end