Class: PayPal::SDK::ButtonManager::DataTypes::DoCancelRequestType

Inherits:
AbstractRequestType show all
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_membersObject



4455
4456
4457
4458
4459
4460
4461
4462
# File 'lib/paypal-sdk/button_manager/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