Class: PayPal::SDK::ButtonManager::DataTypes::ReverseTransactionResponseDetailsType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager/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



2972
2973
2974
2975
2976
2977
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2972

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