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