Class: PayPal::SDK::ButtonManager::DataTypes::TupleType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager/data_types.rb

Overview

This holds single key-value pair.

Class Method Summary collapse

Class Method Details

.load_membersObject



3261
3262
3263
3264
3265
3266
# File 'lib/paypal-sdk/button_manager/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