class PayPal::SDK::Merchant::DataTypes::UpdateRecurringPaymentsProfileRequestDetailsType

Public Class Methods

load_members() click to toggle source
# 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