Class: PayPal::SDK::ButtonManagerRails::DataTypes::CreateRecurringPaymentsProfileResponseDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::CreateRecurringPaymentsProfileResponseDetailsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
Recurring Billing Profile ID
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 2730 def self.load_members # Recurring Billing Profile ID object_of :ProfileID, String, :namespace => :ebl, :required => true # Recurring Billing Profile Status object_of :ProfileStatus, RecurringPaymentsProfileStatusType, :namespace => :ebl # Transaction id from DCC initial payment object_of :TransactionID, String, :namespace => :ebl # Response from DCC initial payment object_of :DCCProcessorResponse, String, :namespace => :ebl # Return code if DCC initial payment fails object_of :DCCReturnCode, String, :namespace => :ebl end |