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