Class: Stripe::DelegatedCheckout::RequestedSession::SellerDetails

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/delegated_checkout/requested_session.rb

Defined Under Namespace

Classes: MarketplaceSellerDetails

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Class Method Summary collapse

Methods inherited from StripeObject

#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#card_brandsObject (readonly)

The card brands supported by the seller.



512
513
514
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 512

def card_brands
  @card_brands
end

#marketplace_seller_detailsObject (readonly)

The marketplace seller details.



500
501
502
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 500

def marketplace_seller_details
  @marketplace_seller_details
end

#network_profileObject (readonly)

The network profile of the seller.



502
503
504
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 502

def network_profile
  @network_profile
end

#payment_method_typesObject (readonly)

The payment method types supported by the seller.



514
515
516
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 514

def payment_method_types
  @payment_method_types
end

#privacy_notice_urlObject (readonly)

The URL to the seller’s privacy notice.



504
505
506
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 504

def privacy_notice_url
  @privacy_notice_url
end

#return_policy_urlObject (readonly)

The URL to the seller’s return policy.



506
507
508
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 506

def return_policy_url
  @return_policy_url
end

#store_policy_urlObject (readonly)

The URL to the seller’s store policy.



508
509
510
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 508

def store_policy_url
  @store_policy_url
end

#terms_of_service_urlObject (readonly)

The URL to the seller’s terms of service.



510
511
512
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 510

def terms_of_service_url
  @terms_of_service_url
end

Class Method Details

.field_remappingsObject



520
521
522
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 520

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



516
517
518
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 516

def self.inner_class_types
  @inner_class_types = { marketplace_seller_details: MarketplaceSellerDetails }
end