Class: PayPal::SDK::ButtonManager::DataTypes::UpdateRecurringPaymentsProfileRequestDetailsType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2773

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