Class: PayPal::SDK::ButtonManagerRails::DataTypes::UpdateRecurringPaymentsProfileRequestDetailsType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 2808

def self.load_members
  object_of :ProfileID, String, :namespace => :ebl, :required => true
  object_of :Note, String, :namespace => :ebl
  object_of :Description, String, :namespace => :ebl
  object_of :SubscriberName, String, :namespace => :ebl
  object_of :SubscriberShippingAddress, AddressType, :namespace => :ebl
  object_of :ProfileReference, String, :namespace => :ebl
  object_of :AdditionalBillingCycles, Integer, :namespace => :ebl
  object_of :Amount, BasicAmountType, :namespace => :ebl
  object_of :ShippingAmount, BasicAmountType, :namespace => :ebl
  object_of :TaxAmount, BasicAmountType, :namespace => :ebl
  object_of :OutstandingBalance, BasicAmountType, :namespace => :ebl
  object_of :AutoBillOutstandingAmount, AutoBillType, :namespace => :ebl
  object_of :MaxFailedPayments, Integer, :namespace => :ebl
  # Information about the credit card to be charged (required if Direct Payment) 
  object_of :CreditCard, CreditCardDetailsType, :namespace => :ebl
  # When does this Profile begin billing? 
  object_of :BillingStartDate, DateTime, :namespace => :ebl
  # Trial period of this schedule 
  object_of :TrialPeriod, BillingPeriodDetailsType_Update, :namespace => :ebl
  object_of :PaymentPeriod, BillingPeriodDetailsType_Update, :namespace => :ebl
end