Class: PayPal::SDK::Merchant::DataTypes::BillOutstandingAmountRequestDetailsType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



2857
2858
2859
2860
2861
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2857

def self.load_members
  object_of :ProfileID, String, :namespace => :ebl, :required => true
  object_of :Amount, BasicAmountType, :namespace => :ebl
  object_of :Note, String, :namespace => :ebl
end