Knowledgebase: > Properties
AccountByID
Posted by Rula Halaseh, Last modified by Diana Alkouni on 07 September 2020 09:43 AM

Syntax

 Readonly Property AccountByID(ByRef AccountID As Integer)As VertexFXBOAPI.COAccount

Description

This property is used to get the COAccount object by the giving the specific account number.

Parameters

Part Description
AccountID Account number to retrive his information ,value of type is Integer.

Sample

 Public WithEvents BOAPI As CVertexFXBOAPI

Private Sub Account_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Account.Click

    Dim vAccount As COAccount

    vAccount = BOAPI.AccountByID(987654321)

    msgBox("Account ID :" & vAccount.AccountID& "Balance :" & vAccount.Balance)

 End Sub

See Also


VertexFX Backoffice API Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
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