Class: PayPal::SDK::AdaptivePayments::DataTypes::RefundInfo

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

Overview

RefundInfo represents the refund attempt made to a Receiver of a PayRequest.

Class Method Summary collapse

Class Method Details

.load_membersObject



516
517
518
519
520
521
522
523
524
525
526
527
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 516

def self.load_members
  object_of :receiver, Receiver, :required => true
  object_of :refundStatus, String
  object_of :refundNetAmount, Float
  object_of :refundFeeAmount, Float
  object_of :refundGrossAmount, Float
  object_of :totalOfAllRefunds, Float
  object_of :refundHasBecomeFull, Boolean
  object_of :encryptedRefundTransactionId, String
  object_of :refundTransactionStatus, String
  object_of :errorList, ErrorList
end