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.



645
646
647
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 645

def card_brands
  @card_brands
end

#marketplace_seller_detailsObject (readonly)

The marketplace seller details.



647
648
649
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 647

def marketplace_seller_details
  @marketplace_seller_details
end

#network_profileObject (readonly)

The network profile of the seller.



649
650
651
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 649

def network_profile
  @network_profile
end

#payment_method_typesObject (readonly)

The payment method types supported by the seller.



651
652
653
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 651

def payment_method_types
  @payment_method_types
end

#privacy_notice_urlObject (readonly)

The URL to the seller’s privacy notice.



653
654
655
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 653

def privacy_notice_url
  @privacy_notice_url
end

#return_policy_urlObject (readonly)

The URL to the seller’s return policy.



655
656
657
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 655

def return_policy_url
  @return_policy_url
end

#store_policy_urlObject (readonly)

The URL to the seller’s store policy.



657
658
659
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 657

def store_policy_url
  @store_policy_url
end

#terms_of_service_urlObject (readonly)

The URL to the seller’s terms of service.



659
660
661
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 659

def terms_of_service_url
  @terms_of_service_url
end

Class Method Details

.field_remappingsObject



665
666
667
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 665

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



661
662
663
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 661

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