import type * as Square from "../index"; export interface CreatePaymentLinkResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; /** The created payment link. */ paymentLink?: Square.PaymentLink; /** The list of related objects. */ relatedResources?: Square.PaymentLinkRelatedResources; }