 | BonusServiceCreateReservation Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public int CreateReservation(
long certificateCode,
decimal amount,
string currencyCode
)
<WebMethodAttribute>
Public Function CreateReservation (
certificateCode As Long,
amount As Decimal,
currencyCode As String
) As Integer
public:
[WebMethodAttribute]
int CreateReservation(
long long certificateCode,
Decimal amount,
String^ currencyCode
)
[<WebMethodAttribute>]
member CreateReservation :
certificateCode : int64 *
amount : decimal *
currencyCode : string -> int
Parameters
- certificateCode
- Type: SystemInt64
- amount
- Type: SystemDecimal
- currencyCode
- Type: SystemString
Return Value
Type:
Int32
See Also