2615
2616
2617
2618
2619
2620
2621
2622
2623
|
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 2615
def self.load_members
object_of :NextBillingDate, DateTime, :namespace => :ebl
object_of :NumberCyclesCompleted, Integer, :namespace => :ebl, :required => true
object_of :NumberCyclesRemaining, Integer, :namespace => :ebl, :required => true
object_of :OutstandingBalance, BasicAmountType, :namespace => :ebl, :required => true
object_of :FailedPaymentCount, Integer, :namespace => :ebl, :required => true
object_of :LastPaymentDate, DateTime, :namespace => :ebl
object_of :LastPaymentAmount, BasicAmountType, :namespace => :ebl
end
|