class PayPal::SDK::ButtonManagerRails::DataTypes::ScheduleDetailsType
Schedule details for the Recurring Payment
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 2679 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