Class: PayPal::SDK::Merchant::DataTypes::CreateRecurringPaymentsProfileResponseDetailsType

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

Overview

Recurring Billing Profile ID

Class Method Summary collapse

Class Method Details

.load_membersObject



2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2800

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