class PayPal::SDK::ButtonManagerRails::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/button_manager_rails/data_types.rb, line 1205
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