Class: PayPal::SDK::Merchant::DataTypes::UpdateRecurringPaymentsProfileRequestDetailsType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2882

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