Class: ApiBanking::InstantMoneyTransferService::InitiateTransfer::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



40
41
42
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 40

def appID
  @appID
end

#beneficiaryMobileNoObject

Returns the value of attribute beneficiaryMobileNo

Returns:

  • (Object)

    the current value of beneficiaryMobileNo



40
41
42
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 40

def beneficiaryMobileNo
  @beneficiaryMobileNo
end

#customerIDObject

Returns the value of attribute customerID

Returns:

  • (Object)

    the current value of customerID



40
41
42
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 40

def customerID
  @customerID
end

#passCodeObject

Returns the value of attribute passCode

Returns:

  • (Object)

    the current value of passCode



40
41
42
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 40

def passCode
  @passCode
end

#remitterToBeneficiaryInfoObject

Returns the value of attribute remitterToBeneficiaryInfo

Returns:

  • (Object)

    the current value of remitterToBeneficiaryInfo



40
41
42
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 40

def remitterToBeneficiaryInfo
  @remitterToBeneficiaryInfo
end

#transferAmountObject

Returns the value of attribute transferAmount

Returns:

  • (Object)

    the current value of transferAmount



40
41
42
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 40

def transferAmount
  @transferAmount
end

#uniqueRequestNoObject

Returns the value of attribute uniqueRequestNo

Returns:

  • (Object)

    the current value of uniqueRequestNo



40
41
42
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 40

def uniqueRequestNo
  @uniqueRequestNo
end