Class: PayPal::SDK::AdaptivePayments::DataTypes::FeeDisclosure
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptivePayments::DataTypes::FeeDisclosure
- Defined in:
- lib/paypal-sdk/adaptive_payments/data_types.rb
Overview
FeeDisclosure contains the information related to Fees and taxes.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1129 1130 1131 1132 |
# 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 |