Class: PayPal::SDK::Merchant::DataTypes::DoCancelRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

Msg Sub Id that was used for the orginal operation.

Class Method Summary collapse

Class Method Details

.load_membersObject



4563
4564
4565
4566
4567
4568
4569
4570
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4563

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