CreateCompanyWallet

Creates a company wallet using the provided request parameters.

Server Authoritative (default)

public static VyTask<VyCompanyWalletDto> CreateCompanyWallet(VyCreateCompanyWalletRequest reqParams)

Path Parameters

Returns

VyTask<VyCompanyWalletDto> A task that represents the asynchronous operation. The task result contains the created company wallet.

Last updated