Class: Stripe::Issuing::CardListParams::Wallets::GooglePay
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Issuing::CardListParams::Wallets::GooglePay
- Defined in:
- lib/stripe/params/issuing/card_list_params.rb
Instance Attribute Summary collapse
-
#primary_account_identifier ⇒ Object
Query by Google Pay primary account identifier.
Instance Method Summary collapse
-
#initialize(primary_account_identifier: nil) ⇒ GooglePay
constructor
A new instance of GooglePay.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, 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 = primary_account_identifier end |
Instance Attribute Details
#primary_account_identifier ⇒ Object
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 @primary_account_identifier end |