Class: PayPal::SDK::ButtonManager::DataTypes::ScheduleDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::ScheduleDetailsType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
Schedule details for the Recurring Payment
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2644 def self.load_members # Schedule details for the Recurring Payment object_of :Description, String, :namespace => :ebl, :required => true # Trial period of this schedule object_of :TrialPeriod, BillingPeriodDetailsType, :namespace => :ebl object_of :PaymentPeriod, BillingPeriodDetailsType, :namespace => :ebl, :required => true # The max number of payments the buyer can fail before this Recurring Payments profile is cancelled object_of :MaxFailedPayments, Integer, :namespace => :ebl object_of :ActivationDetails, ActivationDetailsType, :namespace => :ebl object_of :AutoBillOutstandingAmount, AutoBillType, :namespace => :ebl end |