class PayPal::SDK::ButtonManagerRails::DataTypes::DoCancelRequestType

Msg Sub Id that was used for the orginal operation.

Public Class Methods

load_members() click to toggle source
# 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