Class: PayPal::SDK::ButtonManager::DataTypes::SetDataResponseType

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

Overview

If Checkout session was initialized successfully, the corresponding token is returned in this element.

Class Method Summary collapse

Class Method Details

.load_membersObject



1188
1189
1190
1191
1192
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1188

def self.load_members
  # If Checkout session was initialized successfully, the corresponding token is returned in this element. 
  object_of :Token, String, :namespace => :ebl
  array_of :SetDataError, ErrorType, :namespace => :ebl
end