class PayPal::SDK::Merchant::DataTypes::TupleType

This holds single key-value pair.

Public Class Methods

load_members() click to toggle source
# 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