Class: PayPal::SDK::Invoice::DataTypes::OtherPaymentDetailsListType

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

Overview

A list of other paymentss.

Class Method Summary collapse

Class Method Details

.load_membersObject



441
442
443
# File 'lib/paypal-sdk/invoice/data_types.rb', line 441

def self.load_members
  array_of :payment, OtherPaymentDetailsType, :required => true
end