checkoutSessionId property

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

ID of the Checkout Session.

Implementation

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