Class: PayPal::SDK::Merchant::DataTypes::ThreeDSecureRequestType

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

Overview

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

Class Method Summary collapse

Class Method Details

.load_membersObject



2257
2258
2259
2260
2261
2262
2263
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2257

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