Class: PayPal::SDK::ButtonManagerRails::DataTypes::DoCancelRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::ButtonManagerRails::DataTypes::DoCancelRequestType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
Msg Sub Id that was used for the orginal operation.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
4455 4456 4457 4458 4459 4460 4461 4462 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 4455 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 |