Class: PayPal::SDK::ButtonManager::DataTypes::ReverseTransactionRequestDetailsType

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

Overview

Identifier of the transaction to reverse. Required Character length and limitations: 17 single-byte alphanumeric characters

Class Method Summary collapse

Class Method Details

.load_membersObject



2962
2963
2964
2965
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2962

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