Class: PayPal::SDK::Merchant::DataTypes::ButtonSearchResultType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



3059
3060
3061
3062
3063
3064
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3059

def self.load_members
  object_of :HostedButtonID, String, :namespace => :ebl
  object_of :ButtonType, String, :namespace => :ebl
  object_of :ItemName, String, :namespace => :ebl
  object_of :ModifyDate, DateTime, :namespace => :ebl
end