class PayPal::SDK::ButtonManagerRails::DataTypes::AuthorizationResponseType

Status will denote whether Auto authorization was successful or not.

Public Class Methods

load_members() click to toggle source
# 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