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.



572
573
574
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 572

def card_brands
  @card_brands
end

#marketplace_seller_detailsObject (readonly)

The marketplace seller details.



574
575
576
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 574

def marketplace_seller_details
  @marketplace_seller_details
end

#network_profileObject (readonly)

The network profile of the seller.



576
577
578
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 576

def network_profile
  @network_profile
end

#payment_method_typesObject (readonly)

The payment method types supported by the seller.



578
579
580
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 578

def payment_method_types
  @payment_method_types
end

#privacy_notice_urlObject (readonly)

The URL to the seller’s privacy notice.



580
581
582
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 580

def privacy_notice_url
  @privacy_notice_url
end

#return_policy_urlObject (readonly)

The URL to the seller’s return policy.



582
583
584
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 582

def return_policy_url
  @return_policy_url
end

#store_policy_urlObject (readonly)

The URL to the seller’s store policy.



584
585
586
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 584

def store_policy_url
  @store_policy_url
end

#terms_of_service_urlObject (readonly)

The URL to the seller’s terms of service.



586
587
588
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 586

def terms_of_service_url
  @terms_of_service_url
end

Class Method Details

.field_remappingsObject



592
593
594
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 592

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



588
589
590
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 588

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