Class: Stripe::DelegatedCheckout::RequestedSession::SellerDetails
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::DelegatedCheckout::RequestedSession::SellerDetails
- 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
-
#card_brands ⇒ Object
readonly
The card brands supported by the seller.
-
#marketplace_seller_details ⇒ Object
readonly
The marketplace seller details.
-
#network_profile ⇒ Object
readonly
The network profile of the seller.
-
#payment_method_types ⇒ Object
readonly
The payment method types supported by the seller.
-
#privacy_notice_url ⇒ Object
readonly
The URL to the seller’s privacy notice.
-
#return_policy_url ⇒ Object
readonly
The URL to the seller’s return policy.
-
#store_policy_url ⇒ Object
readonly
The URL to the seller’s store policy.
-
#terms_of_service_url ⇒ Object
readonly
The URL to the seller’s terms of service.
Attributes inherited from StripeObject
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_brands ⇒ Object (readonly)
The card brands supported by the seller.
589 590 591 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 589 def card_brands @card_brands end |
#marketplace_seller_details ⇒ Object (readonly)
The marketplace seller details.
591 592 593 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 591 def marketplace_seller_details @marketplace_seller_details end |
#network_profile ⇒ Object (readonly)
The network profile of the seller.
593 594 595 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 593 def network_profile @network_profile end |
#payment_method_types ⇒ Object (readonly)
The payment method types supported by the seller.
595 596 597 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 595 def payment_method_types @payment_method_types end |
#privacy_notice_url ⇒ Object (readonly)
The URL to the seller’s privacy notice.
597 598 599 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 597 def privacy_notice_url @privacy_notice_url end |
#return_policy_url ⇒ Object (readonly)
The URL to the seller’s return policy.
599 600 601 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 599 def return_policy_url @return_policy_url end |
#store_policy_url ⇒ Object (readonly)
The URL to the seller’s store policy.
601 602 603 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 601 def store_policy_url @store_policy_url end |
#terms_of_service_url ⇒ Object (readonly)
The URL to the seller’s terms of service.
603 604 605 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 603 def terms_of_service_url @terms_of_service_url end |
Class Method Details
.field_remappings ⇒ Object
609 610 611 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 609 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
605 606 607 |
# File 'lib/stripe/resources/delegated_checkout/requested_session.rb', line 605 def self.inner_class_types @inner_class_types = { marketplace_seller_details: MarketplaceSellerDetails } end |