Class: PayPal::SDK::Merchant::DataTypes::RefundInfoType

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

Overview

Holds refunds payment status information

Class Method Summary collapse

Class Method Details

.load_membersObject



3298
3299
3300
3301
3302
3303
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3298

def self.load_members
  # Refund status whether it is Instant or Delayed. 
  object_of :RefundStatus, PaymentStatusCodeType, :namespace => :ebl
  # Tells us the reason when refund payment status is Delayed. 
  object_of :PendingReason, PendingStatusCodeType, :namespace => :ebl
end