completed constant

  1. @BuiltValueEnumConst.new(wireName: r'completed')
PaymentLinkResponseStatusEnum const completed

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

@BuiltValueEnumConst(wireName: r'completed')
static const PaymentLinkResponseStatusEnum completed = _$paymentLinkResponseStatusEnum_completed;