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