active constant

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

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'active')
static const PaymentLinkResponseStatusEnum active = _$paymentLinkResponseStatusEnum_active;