Class: PayPal::SDK::ButtonManager::DataTypes::OrderDetailsType

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

Overview

Description of the Order.

Class Method Summary collapse

Class Method Details

.load_membersObject



1041
1042
1043
1044
1045
1046
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1041

def self.load_members
  # Description of the Order.
  object_of :Description, String, :namespace => :ebl
  # Expected maximum amount that the merchant may pull using DoReferenceTransaction
  object_of :MaxAmount, BasicAmountType, :namespace => :ebl
end