class PayPal::SDK::Merchant::DataTypes::SetDataResponseType

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

Public Class Methods

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