Class IdempotentRequest
Class that creates a idempotent key.
Inheritance
IdempotentRequest
Inherited Members
Namespace: MercadoPago.Client
Assembly: MercadoPago.dll
Syntax
public abstract class IdempotentRequest
Methods
| Edit this page View SourceCreateIdempotencyKey()
Create a idempotent key.
Declaration
public string CreateIdempotencyKey()
Returns
Type | Description |
---|---|
string | The idempotent key. |