Class: PayPal::SDK::Merchant::DataTypes::AuthorizationResponseType

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

Overview

Status will denote whether Auto authorization was successful or not.

Class Method Summary collapse

Class Method Details

.load_membersObject



1236
1237
1238
1239
1240
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1236

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