Class: PayPal::SDK::Merchant::DataTypes::SetDataResponseType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/merchant/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



1228
1229
1230
1231
1232
1233
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1228

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 :ShippingAddresses, AddressType, :namespace => :ebl
  array_of :SetDataError, ErrorType, :namespace => :ebl
end