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



386
387
388
389
390
391
392
393
# File 'lib/paypal-sdk/invoice/data_types.rb', line 386

def self.load_members
  # Transaction ID of the PayPal refund. 
  object_of :transactionID, String, :required => true
  # Date when the invoice was marked as refunded by PayPal. 
  object_of :date, DateTime
  # Refund amount, if empty, it means a full refund. 
  object_of :amount, Float
end