Class: Stripe::DelegatedCheckout::RequestedSessionUpdateParams::PaymentMethodOptions::Card

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/delegated_checkout/requested_session_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(brands_blocked: nil) ⇒ Card

Returns a new instance of Card.



164
165
166
# File 'lib/stripe/params/delegated_checkout/requested_session_update_params.rb', line 164

def initialize(brands_blocked: nil)
  @brands_blocked = brands_blocked
end

Instance Attribute Details

#brands_blockedObject

The card brands to exclude from the session.



162
163
164
# File 'lib/stripe/params/delegated_checkout/requested_session_update_params.rb', line 162

def brands_blocked
  @brands_blocked
end