Class: PayPal::SDK::Merchant::DataTypes::ThreeDSecureRequestType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::ThreeDSecureRequestType
- 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_members ⇒ Object
2263 2264 2265 2266 2267 2268 2269 |
# 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 |