Class: PayPal::SDK::Merchant::DataTypes::DoVoidRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::Merchant::DataTypes::DoVoidRequestType
- Defined in:
- lib/paypal-sdk/merchant/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
4674 4675 4676 4677 4678 4679 4680 4681 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4674 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 |