class PayPal::SDK::ButtonManagerRails::DataTypes::DoReferenceTransactionResponseDetailsType
Public Class Methods
load_members()
click to toggle source
# 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