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.



531
532
533
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 531

def card_brands
  @card_brands
end

#marketplace_seller_detailsObject (readonly)

The marketplace seller details.



533
534
535
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 533

def marketplace_seller_details
  @marketplace_seller_details
end

#network_profileObject (readonly)

The network profile of the seller.



535
536
537
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 535

def network_profile
  @network_profile
end

#payment_method_typesObject (readonly)

The payment method types supported by the seller.



537
538
539
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 537

def payment_method_types
  @payment_method_types
end

#privacy_notice_urlObject (readonly)

The URL to the seller’s privacy notice.



539
540
541
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 539

def privacy_notice_url
  @privacy_notice_url
end

#return_policy_urlObject (readonly)

The URL to the seller’s return policy.



541
542
543
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 541

def return_policy_url
  @return_policy_url
end

#store_policy_urlObject (readonly)

The URL to the seller’s store policy.



543
544
545
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 543

def store_policy_url
  @store_policy_url
end

#terms_of_service_urlObject (readonly)

The URL to the seller’s terms of service.



545
546
547
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 545

def terms_of_service_url
  @terms_of_service_url
end

Class Method Details

.field_remappingsObject



551
552
553
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 551

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



547
548
549
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 547

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