Class: PayPal::SDK::Invoice::DataTypes::PayPalPaymentRefundDetailsType

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

Overview

Details of the paypal refund made against this invoice.

Class Method Summary collapse

Class Method Details

.load_membersObject



339
340
341
342
# File 'lib/paypal-sdk/invoice/data_types.rb', line 339

def self.load_members
  # Date when the invoice was marked as refunded by PayPal. 
  object_of :date, DateTime
end