Click or drag to resize

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
)

Parameters

certificateCode
Type: SystemInt64
amount
Type: SystemDecimal
currencyCode
Type: SystemString

Return Value

Type: Int32
See Also