class PayPal::SDK::Merchant::DataTypes::CreateRecurringPaymentsProfileResponseDetailsType

Recurring Billing Profile ID

Public Class Methods

load_members() click to toggle source
# 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