Class: PayPal::SDK::Invoice::DataTypes::OtherPaymentRefundDetailsListType

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



377
378
379
# File 'lib/paypal-sdk/invoice/data_types.rb', line 377

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