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



3291
3292
3293
3294
3295
3296
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3291

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