class PayPal::SDK::Merchant::DataTypes::ReverseTransactionRequestDetailsType
Identifier of the transaction to reverse. Required Character length and limitations: 17 single-byte alphanumeric characters
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 3071 def self.load_members # Identifier of the transaction to reverse. Required Character length and limitations: 17 single-byte alphanumeric characters object_of :TransactionID, String, :namespace => :ebl end