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.



152
153
154
# File 'lib/stripe/params/delegated_checkout/requested_session_update_params.rb', line 152

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

Instance Attribute Details

#brands_blockedObject

The card brands to exclude from the session.



150
151
152
# File 'lib/stripe/params/delegated_checkout/requested_session_update_params.rb', line 150

def brands_blocked
  @brands_blocked
end