 | BonusServiceGetAvailableCertificates Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public CertificateAmountWithTypeDto[] GetAvailableCertificates(
string apiKey,
string email
)
<WebMethodAttribute>
Public Function GetAvailableCertificates (
apiKey As String,
email As String
) As CertificateAmountWithTypeDto()
public:
[WebMethodAttribute]
array<CertificateAmountWithTypeDto^>^ GetAvailableCertificates(
String^ apiKey,
String^ email
)
[<WebMethodAttribute>]
member GetAvailableCertificates :
apiKey : string *
email : string -> CertificateAmountWithTypeDto[]
Parameters
- apiKey
- Type: SystemString
- email
- Type: SystemString
Return Value
Type:
CertificateAmountWithTypeDto
See Also