class PayPal::SDK::REST::DataTypes::MerchantPreferences

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 2157
def self.load_members
  object_of :id, String
  object_of :setup_fee, Currency
  object_of :cancel_url, String
  object_of :return_url, String
  object_of :notify_url, String
  object_of :max_fail_attempts, String
  object_of :auto_bill_amount, String
  object_of :initial_fail_amount_action, String
  object_of :accepted_payment_type, String
  object_of :char_set, String
end