class PayPal::SDK::ButtonManagerRails::DataTypes::TupleType

This holds single key-value pair.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 3261
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