checkoutAttemptId property

  1. @BuiltValueField.new(wireName: r'checkoutAttemptId')
String? get checkoutAttemptId

Checkout attempt ID that corresponds to the Id generated by the client SDK for tracking user payment journey.

Implementation

@BuiltValueField(wireName: r'checkoutAttemptId')
String? get checkoutAttemptId;