Class: PayPal::SDK::ButtonManager::DataTypes::ThreeDSecureRequestType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::ThreeDSecureRequestType
- Defined in:
- lib/paypal-sdk/button_manager/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
2163 2164 2165 2166 2167 2168 2169 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2163 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 |