class PayPal::SDK::ButtonManagerRails::DataTypes::BillingPeriodDetailsType_Update
Unit of meausre for billing cycle
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 2659 def self.load_members # Unit of meausre for billing cycle object_of :BillingPeriod, BillingPeriodType, :namespace => :ebl # Number of BillingPeriod that make up one billing cycle object_of :BillingFrequency, Integer, :namespace => :ebl # Total billing cycles in this portion of the schedule object_of :TotalBillingCycles, Integer, :namespace => :ebl # Amount to charge object_of :Amount, BasicAmountType, :namespace => :ebl # Additional shipping amount to charge object_of :ShippingAmount, BasicAmountType, :namespace => :ebl # Additional tax amount to charge object_of :TaxAmount, BasicAmountType, :namespace => :ebl end