Class: PayPal::SDK::ButtonManager::DataTypes::DoCancelRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::ButtonManager::DataTypes::DoCancelRequestType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
Msg Sub Id that was used for the orginal operation.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
4394 4395 4396 4397 4398 4399 4400 4401 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 4394 def self.load_members # Msg Sub Id that was used for the orginal operation. object_of :CancelMsgSubID, String, :namespace => :ns, :required => true # Original API's type object_of :APIType, APIType, :namespace => :ns, :required => true # 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 |