Class: PayPal::SDK::ButtonManagerRails::DataTypes::DoReferenceTransactionResponseDetailsType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 2364

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