Class: PayPal::SDK::ButtonManager::DataTypes::ThreeDSecureInfoType

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

Overview

3DSecureInfoType Information about 3D Secure parameters.

Class Method Summary collapse

Class Method Details

.load_membersObject



2221
2222
2223
2224
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2221

def self.load_members
  object_of :ThreeDSecureRequest, ThreeDSecureRequestType, :namespace => :ebl
  object_of :ThreeDSecureResponse, ThreeDSecureResponseType, :namespace => :ebl
end