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