status property
Status of the payment link. Possible values: * active: The link can be used to make payments. * expired: The expiry date for the payment link has passed. Shoppers can no longer use the link to make payments. * completed: The shopper completed the payment. * paymentPending: The shopper is in the process of making the payment. Applies to payment methods with an asynchronous flow.
Implementation
@BuiltValueField(wireName: r'status')
PaymentLinkResponseStatusEnum get status;