MessageHelperListMessagesForCustomer Method (Guid, Guid, String, IAtomiaBillingApi) |
Lists the messages for customer.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static List<Message> ListMessagesForCustomer(
Guid accountId,
Guid languageId,
string username,
IAtomiaBillingApi atomiaBillingApi
)
Public Shared Function ListMessagesForCustomer (
accountId As Guid,
languageId As Guid,
username As String,
atomiaBillingApi As IAtomiaBillingApi
) As List(Of Message)
public:
static List<Message^>^ ListMessagesForCustomer(
Guid accountId,
Guid languageId,
String^ username,
IAtomiaBillingApi^ atomiaBillingApi
)
static member ListMessagesForCustomer :
accountId : Guid *
languageId : Guid *
username : string *
atomiaBillingApi : IAtomiaBillingApi -> List<Message>
Parameters
- accountId
- Type: SystemGuid
The account identifier. - languageId
- Type: SystemGuid
The language identifier. - username
- Type: SystemString
The username. - atomiaBillingApi
- Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.
Return Value
Type:
ListMessage
List of messages for customer.
See Also