class PayPal::SDK::ButtonManagerRails::DataTypes::RefundInfoType

Holds refunds payment status information

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 3224
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