Class: PayPal::SDK::ButtonManager::DataTypes::SubscriptionTermsType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager/data_types.rb

Overview

SubscriptionTermsType Terms of a PayPal subscription.

Class Method Summary collapse

Class Method Details

.load_membersObject



1792
1793
1794
1795
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1792

def self.load_members
  object_of :Amount, BasicAmountType, :namespace => :ebl
  add_attribute :period, :namespace => :ebl, :required => true
end