Class: PayPal::SDK::AdaptiveAccounts::DataTypes::CreateAccountResponse

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

Overview

Valid values are: COMPLETED

Class Method Summary collapse

Class Method Details

.load_membersObject



284
285
286
287
288
289
290
291
292
293
294
# File 'lib/paypal-sdk/adaptive_accounts/data_types.rb', line 284

def self.load_members
  include ResponseStatus
  object_of :responseEnvelope, ResponseEnvelope, :required => true
  object_of :createAccountKey, String
  # Valid values are: COMPLETED 
  object_of :execStatus, String, :required => true
  object_of :redirectURL, String
  # Identifies a PayPal account. Only premier and business accounts have an accountId 
  object_of :accountId, String
  array_of :error, ErrorData
end