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

#to_h

Constructor Details

#initialize(network_profile: nil) ⇒ SellerDetails

Returns a new instance of SellerDetails.



151
152
153
# File 'lib/stripe/params/delegated_checkout/requested_session_create_params.rb', line 151

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

Instance Attribute Details

#network_profileObject

The network profile for the seller.



149
150
151
# File 'lib/stripe/params/delegated_checkout/requested_session_create_params.rb', line 149

def network_profile
  @network_profile
end