Class: PayPal::SDK::ButtonManagerRails::DataTypes::AuthorizationResponseType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::AuthorizationResponseType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
Status will denote whether Auto authorization was successful or not.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1217 1218 1219 1220 1221 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1217 def self.load_members # Status will denote whether Auto authorization was successful or not. object_of :Status, AckCodeType, :namespace => :ebl, :required => true array_of :AuthorizationError, ErrorType, :namespace => :ebl end |