Class: PayPal::SDK::Invoice::DataTypes::PaymentRefundDetailsType

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

Overview

Payment refund details about the invoice.

Class Method Summary collapse

Class Method Details

.load_membersObject



798
799
800
801
802
803
804
805
# File 'lib/paypal-sdk/invoice/data_types.rb', line 798

def self.load_members
  # True if the invoice was refunded using PayPal.  
  object_of :viaPayPal, Boolean, :required => true
  # Other payment refund details.  
  object_of :paypalPayment, PayPalPaymentRefundDetailsType
  # details.  
  object_of :otherPayment, OtherPaymentRefundDetailsType
end