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



1024
1025
1026
1027
1028
1029
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1024

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