Class: PayPal::SDK::ButtonManagerRails::DataTypes::DoVoidRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::ButtonManagerRails::DataTypes::DoVoidRequestType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
The value of the original authorization identification number returned by a PayPal product. If you are voiding a transaction that has been reauthorized, use the ID from the original authorization, and not the reauthorization. Required Character length and limits: 19 single-byte characters
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
4566 4567 4568 4569 4570 4571 4572 4573 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 4566 def self.load_members # The value of the original authorization identification number returned by a PayPal product. If you are voiding a transaction that has been reauthorized, use the ID from the original authorization, and not the reauthorization. Required Character length and limits: 19 single-byte characters object_of :AuthorizationID, String, :namespace => :ns, :required => true # An informational note about this settlement that is displayed to the payer in email and in transaction history. Optional Character length and limits: 255 single-byte characters object_of :Note, String, :namespace => :ns # Unique id for each API request to prevent duplicate payments. Optional Character length and limits: 38 single-byte characters maximum. object_of :MsgSubID, String, :namespace => :ns end |