class PayPal::SDK::Merchant::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/merchant/data_types.rb, line 2263
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