Class: PayPal::SDK::ButtonManagerRails::DataTypes::ReverseTransactionResponseDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::ReverseTransactionResponseDetailsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/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_members ⇒ Object
3007 3008 3009 3010 3011 3012 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 3007 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 |