class PayPal::SDK::ButtonManagerRails::DataTypes::ThreeDSecureRequestType

The Common 3DS fields. Common for both GTD and DCC API’s.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 2198
def self.load_members
  object_of :Eci3ds, String, :namespace => :ebl
  object_of :Cavv, String, :namespace => :ebl
  object_of :Xid, String, :namespace => :ebl
  object_of :MpiVendor3ds, String, :namespace => :ebl
  object_of :AuthStatus3ds, String, :namespace => :ebl
end