Class: ApiBanking::SinglePayment::ReqBody

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/json/singlePayment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount



11
12
13
# File 'lib/api_banking/json/singlePayment.rb', line 11

def amount
  @amount
end

#beneficiaryObject

Returns the value of attribute beneficiary



11
12
13
# File 'lib/api_banking/json/singlePayment.rb', line 11

def beneficiary
  @beneficiary
end

#modeOfPayObject

Returns the value of attribute modeOfPay



11
12
13
# File 'lib/api_banking/json/singlePayment.rb', line 11

def modeOfPay
  @modeOfPay
end

#remarksObject

Returns the value of attribute remarks



11
12
13
# File 'lib/api_banking/json/singlePayment.rb', line 11

def remarks
  @remarks
end

#remitterObject

Returns the value of attribute remitter



11
12
13
# File 'lib/api_banking/json/singlePayment.rb', line 11

def remitter
  @remitter
end