Class: PayPal::SDK::Merchant::DataTypes::ReverseTransactionResponseDetailsType

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

Overview

Unique transaction identifier of the reversal transaction created. Character length and limitations:17 single-byte characters

Class Method Summary collapse

Class Method Details

.load_membersObject



3081
3082
3083
3084
3085
3086
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3081

def self.load_members
  # Unique transaction identifier of the reversal transaction created. Character length and limitations:17 single-byte characters 
  object_of :ReverseTransactionID, String, :namespace => :ebl
  # Status of reversal request. Required 
  object_of :Status, String, :namespace => :ebl, :required => true
end