Knowledgebase: > Properties
MoneyTrans
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 09 September 2020 09:45 AM

Syntax

 Readonly Property MoneyTrans As VertexFXBOAPI.CMoneyTransI

Description

This property used to do money transactions operations for a specific account.

Members

Members Description
Adjustment To make an adjustment on money that belong to a certain account
CreditIn To add some money to specific account as a dept
CreditOut To cut some money from specific account as a dept
Deposit To add money to specific account
Withdrawal To cut money from specific account

Parameters

Part Description 
AccountID Associated account number you want to do the money transaction on it,value of type Integer.
Amount The amount of the transaction ,value of type double. 
Description The description of the transaction ,value of type string.
UserDefinedDate The start date for the money transaction ,value of type Date.(optional value) .

 

Sample

 Public WithEvents BOAPI As CVertexFXBOAPI

Private Sub MoneyTrans_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MoneyTrans.Click

    Dim vClient As COClient = BOAPI.ClientByIndex(1)

    Dim vAccount As COAccount = BOAPI.AccountByIndex(vClient.ClientID,1)

    Dim Result As CallingResultsEnum 

    Result = BOAPI.MoneyTrans.Deposit(vAccount.AccountID ,100,"Deposit","")

    MsgBox(Result) 

 End Sub

See Also


VertexFX Backoffice API Index

(1 vote(s))
Helpful
Not helpful

Comments (2)
GloriaAnku
27 June 2018 07:10 PM
Someone sent me money but there was no notification on my mobile phone
Baha'aldeen Momani
20 July 2018 07:16 AM
Dear GloriaAnku,

Thanks for contacting us.

As we can see you contacting our support centre and they assist you regarding your inquiry.

Thanks,
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions