Class: PayPal::SDK::Merchant::DataTypes::DoReferenceTransactionResponseDetailsType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2430

def self.load_members
  object_of :BillingAgreementID, String, :namespace => :ebl
  object_of :PaymentInfo, PaymentInfoType, :namespace => :ebl
  object_of :Amount, BasicAmountType, :namespace => :ebl
  object_of :AVSCode, String, :namespace => :ebl
  object_of :CVV2Code, String, :namespace => :ebl
  object_of :TransactionID, String, :namespace => :ebl
  # Response code from the processor when a recurring transaction is declined 
  object_of :PaymentAdviceCode, String, :namespace => :ebl
  # Return msgsubid back to merchant 
  object_of :MsgSubID, String, :namespace => :ebl
end