class PayPal::SDK::REST::DataTypes::Incentive

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 517
def self.load_members
  object_of :id, String
  object_of :code, String
  object_of :name, String
  object_of :description, String
  object_of :minimum_purchase_amount, Currency
  object_of :logo_image_url, String
  object_of :expiry_date, String
  object_of :type, String
  object_of :terms, String
end