Class: Stripe::DelegatedCheckout::RequestedSessionCreateParams::SellerDetails
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::DelegatedCheckout::RequestedSessionCreateParams::SellerDetails
- Defined in:
- lib/stripe/params/delegated_checkout/requested_session_create_params.rb
Instance Attribute Summary collapse
-
#network_profile ⇒ Object
The network profile for the seller.
Instance Method Summary collapse
-
#initialize(network_profile: nil) ⇒ SellerDetails
constructor
A new instance of SellerDetails.
Methods inherited from RequestParams
Constructor Details
#initialize(network_profile: nil) ⇒ SellerDetails
Returns a new instance of SellerDetails.
186 187 188 |
# File 'lib/stripe/params/delegated_checkout/requested_session_create_params.rb', line 186 def initialize(network_profile: nil) @network_profile = network_profile end |
Instance Attribute Details
#network_profile ⇒ Object
The network profile for the seller.
184 185 186 |
# File 'lib/stripe/params/delegated_checkout/requested_session_create_params.rb', line 184 def network_profile @network_profile end |