import type * as Square from "../index"; export interface GetPaymentLinkResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; /** The payment link that is retrieved. */ paymentLink?: Square.PaymentLink; }