Class: CorePro::AccountClose
- Inherits:
-
Models::ModelBase
- Object
- Models::JsonBase
- Models::ModelBase
- CorePro::AccountClose
- Defined in:
- lib/corepro/account_close.rb
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#backupWithholdingAmount ⇒ Object
Returns the value of attribute backupWithholdingAmount.
-
#closeToAccountId ⇒ Object
Returns the value of attribute closeToAccountId.
-
#closingBalanceAmount ⇒ Object
Returns the value of attribute closingBalanceAmount.
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#interestPaidAmount ⇒ Object
Returns the value of attribute interestPaidAmount.
-
#isClosedToExternalAccount ⇒ Object
Returns the value of attribute isClosedToExternalAccount.
-
#totalClosingAmount ⇒ Object
Returns the value of attribute totalClosingAmount.
-
#transactionId ⇒ Object
Returns the value of attribute transactionId.
-
#transactionTag ⇒ Object
Returns the value of attribute transactionTag.
Attributes inherited from Models::ModelBase
Instance Method Summary collapse
Methods inherited from Models::ModelBase
Methods inherited from Models::JsonBase
#from_json!, #is_hash?, #to_hash, #to_json
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
7 8 9 |
# File 'lib/corepro/account_close.rb', line 7 def accountId @accountId end |
#backupWithholdingAmount ⇒ Object
Returns the value of attribute backupWithholdingAmount.
13 14 15 |
# File 'lib/corepro/account_close.rb', line 13 def backupWithholdingAmount @backupWithholdingAmount end |
#closeToAccountId ⇒ Object
Returns the value of attribute closeToAccountId.
8 9 10 |
# File 'lib/corepro/account_close.rb', line 8 def closeToAccountId @closeToAccountId end |
#closingBalanceAmount ⇒ Object
Returns the value of attribute closingBalanceAmount.
11 12 13 |
# File 'lib/corepro/account_close.rb', line 11 def closingBalanceAmount @closingBalanceAmount end |
#customerId ⇒ Object
Returns the value of attribute customerId.
6 7 8 |
# File 'lib/corepro/account_close.rb', line 6 def customerId @customerId end |
#interestPaidAmount ⇒ Object
Returns the value of attribute interestPaidAmount.
12 13 14 |
# File 'lib/corepro/account_close.rb', line 12 def interestPaidAmount @interestPaidAmount end |
#isClosedToExternalAccount ⇒ Object
Returns the value of attribute isClosedToExternalAccount.
15 16 17 |
# File 'lib/corepro/account_close.rb', line 15 def isClosedToExternalAccount @isClosedToExternalAccount end |
#totalClosingAmount ⇒ Object
Returns the value of attribute totalClosingAmount.
14 15 16 |
# File 'lib/corepro/account_close.rb', line 14 def totalClosingAmount @totalClosingAmount end |
#transactionId ⇒ Object
Returns the value of attribute transactionId.
9 10 11 |
# File 'lib/corepro/account_close.rb', line 9 def transactionId @transactionId end |
#transactionTag ⇒ Object
Returns the value of attribute transactionTag.
10 11 12 |
# File 'lib/corepro/account_close.rb', line 10 def transactionTag @transactionTag end |
Instance Method Details
#close(connection = nil, loggingObject = nil) ⇒ Object
17 18 19 |
# File 'lib/corepro/account_close.rb', line 17 def close(connection = nil, loggingObject = nil) CorePro::Utils::Requestor.post('/account/close', AccountClose, self, connection, loggingObject) end |