Class: PayPal::SDK::Merchant::DataTypes::TupleType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::TupleType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
This holds single key-value pair.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3335 3336 3337 3338 3339 3340 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3335 def self.load_members # Key Name.Optional object_of :Key, String, :namespace => :ebl, :required => true # Value for the above key.Optional object_of :Value, String, :namespace => :ebl, :required => true end |