idempotencyKey property

String? idempotencyKey
final

A unique string that identifies this CreateSubscription request. If you do not provide a unique string (or provide an empty string as the value), the endpoint treats each request as independent.

Implementation

final String? idempotencyKey;