Class: PayPal::SDK::ButtonManager::DataTypes::GetRecurringPaymentsProfileDetailsResponseDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::GetRecurringPaymentsProfileDetailsResponseDetailsType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
Recurring Billing Profile ID
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2713 def self.load_members # Recurring Billing Profile ID object_of :ProfileID, String, :namespace => :ebl, :required => true object_of :ProfileStatus, RecurringPaymentsProfileStatusType, :namespace => :ebl, :required => true object_of :Description, String, :namespace => :ebl, :required => true object_of :AutoBillOutstandingAmount, AutoBillType, :namespace => :ebl, :required => true object_of :MaxFailedPayments, Integer, :namespace => :ebl, :required => true object_of :RecurringPaymentsProfileDetails, RecurringPaymentsProfileDetailsType, :namespace => :ebl, :required => true object_of :CurrentRecurringPaymentsPeriod, BillingPeriodDetailsType, :namespace => :ebl object_of :RecurringPaymentsSummary, RecurringPaymentsSummaryType, :namespace => :ebl, :required => true object_of :CreditCard, CreditCardDetailsType, :namespace => :ebl object_of :TrialRecurringPaymentsPeriod, BillingPeriodDetailsType, :namespace => :ebl object_of :RegularRecurringPaymentsPeriod, BillingPeriodDetailsType, :namespace => :ebl object_of :TrialAmountPaid, BasicAmountType, :namespace => :ebl object_of :RegularAmountPaid, BasicAmountType, :namespace => :ebl object_of :AggregateAmount, BasicAmountType, :namespace => :ebl object_of :AggregateOptionalAmount, BasicAmountType, :namespace => :ebl object_of :FinalPaymentDueDate, DateTime, :namespace => :ebl end |