 | BonusServiceGetAvailableAmountAndType Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public CertificateAmountWithTypeDto GetAvailableAmountAndType(
long certificateCode,
string currencyCode
)
<WebMethodAttribute>
Public Function GetAvailableAmountAndType (
certificateCode As Long,
currencyCode As String
) As CertificateAmountWithTypeDto
public:
[WebMethodAttribute]
CertificateAmountWithTypeDto^ GetAvailableAmountAndType(
long long certificateCode,
String^ currencyCode
)
[<WebMethodAttribute>]
member GetAvailableAmountAndType :
certificateCode : int64 *
currencyCode : string -> CertificateAmountWithTypeDto
Parameters
- certificateCode
- Type: SystemInt64
- currencyCode
- Type: SystemString
Return Value
Type:
CertificateAmountWithTypeDto
See Also