Class: PayPal::SDK::ButtonManagerRails::DataTypes::OptionSelectionDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::OptionSelectionDetailsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
Option Selection. Required Character length and limitations: 12 single-byte alphanumeric characters
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3365 3366 3367 3368 3369 3370 3371 3372 3373 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 3365 def self.load_members # Option Selection. Required Character length and limitations: 12 single-byte alphanumeric characters object_of :OptionSelection, String, :namespace => :ns, :required => true # Option Price. Optional object_of :Price, String, :namespace => :ns # Option Type Optional object_of :OptionType, OptionTypeListType, :namespace => :ns array_of :PaymentPeriod, InstallmentDetailsType, :namespace => :ns end |