class PayPal::SDK::AdaptivePayments::DataTypes::FeeDisclosure

FeeDisclosure contains the information related to Fees and taxes.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/adaptive_payments/data_types.rb, line 1129
def self.load_members
  object_of :fee, CurrencyType, :required => true
  object_of :taxes, CurrencyType, :required => true
end