Class: PayPal::SDK::Invoice::DataTypes::PayPalPaymentRefundDetailsListType

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



400
401
402
# File 'lib/paypal-sdk/invoice/data_types.rb', line 400

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