Class: PayPal::SDK::ButtonManagerRails::DataTypes::SubscriptionTermsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::SubscriptionTermsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
SubscriptionTermsType Terms of a PayPal subscription.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1820 1821 1822 1823 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1820 def self.load_members object_of :Amount, BasicAmountType, :namespace => :ebl add_attribute :period, :namespace => :ebl, :required => true end |