class PayPal::SDK::REST::DataTypes::Details

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 702
def self.load_members
  object_of :subtotal, String
  object_of :shipping, String
  object_of :tax, String
  object_of :fee, String
  object_of :handling_fee, String
  object_of :shipping_discount, String
  object_of :insurance, String
  object_of :gift_wrap, String
end