Class: PayPal::SDK::Invoice::DataTypes::OtherPaymentRefundDetailsType

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

Overview

Details of the refund made against this invoice.

Class Method Summary collapse

Class Method Details

.load_membersObject



363
364
365
366
367
368
369
370
# File 'lib/paypal-sdk/invoice/data_types.rb', line 363

def self.load_members
  # Optional note associated with the refund. 
  object_of :note, String
  # Date when the invoice was marked as refunded. If the date is not specified, the current date and time is used as a default. In addition, the date must be after the payment date of the invoice. 
  object_of :date, DateTime
  # Refunded amount. If empty then it is assumed to be a full refund. 
  object_of :amount, Float
end