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



3052
3053
3054
3055
3056
3057
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3052

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