Class: Stripe::DelegatedCheckout::RequestedSessionCreateParams::SellerDetails

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/delegated_checkout/requested_session_create_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(network_profile: nil) ⇒ SellerDetails

Returns a new instance of SellerDetails.



168
169
170
# File 'lib/stripe/params/delegated_checkout/requested_session_create_params.rb', line 168

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

Instance Attribute Details

#network_profileObject

The network profile for the seller.



166
167
168
# File 'lib/stripe/params/delegated_checkout/requested_session_create_params.rb', line 166

def network_profile
  @network_profile
end