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

Syntax

 Readonly Property Account(AccountID As Integer) As VertexFXBOAPI.COAccount

Description

Used to get the COAccount object by giving the specific account number.

Parameters

Part Description
AccountID Account number to retrive account information for ,value of type as Integer.

Remarks  

Use this property to retrieve account object as COAccount to fetch its data details.

Sample

 Public WithEvents BOAPI As CVertexFXBOAPI

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

    Dim AccountID As Integer = 9876543231

    Dim vAccount As COAccount 

    vAccount = BOAPI.Account(AccountID)

    msgBox("Account ID :" & vAccount.AccountID & "Account 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