Class: ApiBanking::InstantMoneyTransferService::CancelTransfer::Request

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/soap/instantMoneyTransferService.rb

Instance Attribute Summary collapse

Instance Attribute Details

#appIDObject

Returns the value of attribute appID

Returns:

  • (Object)

    the current value of appID



17
18
19
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 17

def appID
  @appID
end

#customerIDObject

Returns the value of attribute customerID

Returns:

  • (Object)

    the current value of customerID



17
18
19
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 17

def customerID
  @customerID
end

#initiateTransferRequestNoObject

Returns the value of attribute initiateTransferRequestNo

Returns:

  • (Object)

    the current value of initiateTransferRequestNo



17
18
19
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 17

def initiateTransferRequestNo
  @initiateTransferRequestNo
end

#reasonToCancelObject

Returns the value of attribute reasonToCancel

Returns:

  • (Object)

    the current value of reasonToCancel



17
18
19
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 17

def reasonToCancel
  @reasonToCancel
end

#uniqueRequestNoObject

Returns the value of attribute uniqueRequestNo

Returns:

  • (Object)

    the current value of uniqueRequestNo



17
18
19
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 17

def uniqueRequestNo
  @uniqueRequestNo
end