/** * Copyright (c) 2025, Salesforce, Inc. * All rights reserved. * For full license text, see the LICENSE file or https://utam.dev/salesforce/license */ import { Driver as _Driver, Element as _Element, Locator as _Locator, UtamBaseRootPageObject as _UtamBaseRootPageObject } from '@utam/core'; import _InvoicePaymentMethodSection from 'salesforce-pageobjects/online/sales/pageObjects/invoicePaymentMethodSection'; import _InvoiceContactDetailsSection from 'salesforce-pageobjects/online/sales/pageObjects/invoiceContactDetailsSection'; /** * Page Object: YaInvoicePaymentAndContact * generated from JSON dist/online/sales/yaInvoicePaymentAndContact.utam.json * @version 2026-03-09T13:56:36.744Z * @author Salesforce */ export default class YaInvoicePaymentAndContact extends _UtamBaseRootPageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); waitForInvoicePaymentMethodSection(): Promise<_InvoicePaymentMethodSection>; waitForInvoiceContactDetailsSection(): Promise<_InvoiceContactDetailsSection>; getInvoicePaymentMethodSection(): Promise<_InvoicePaymentMethodSection>; getInvoiceContactDetailsSection(): Promise<_InvoiceContactDetailsSection>; }