paymentLinkId property

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

ID of the Checkout payment link.

Implementation

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