 | PurchaseReturnServiceConfirmPurchaseReturnReceieve Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public void ConfirmPurchaseReturnReceieve(
string apiKey,
string messageId
)
<WebMethodAttribute>
Public Sub ConfirmPurchaseReturnReceieve (
apiKey As String,
messageId As String
)
public:
[WebMethodAttribute]
void ConfirmPurchaseReturnReceieve(
String^ apiKey,
String^ messageId
)
[<WebMethodAttribute>]
member ConfirmPurchaseReturnReceieve :
apiKey : string *
messageId : string -> unit
Parameters
- apiKey
- Type: SystemString
- messageId
- Type: SystemString
See Also