Class: PayPal::SDK::ButtonManager::DataTypes::CreateRecurringPaymentsProfileResponseDetailsType

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

Overview

Recurring Billing Profile ID

Class Method Summary collapse

Class Method Details

.load_membersObject



2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2695

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