import type * as Merge from "../../../index"; /** * The method which this payment was made by. */ export type PaymentRequestPaymentMethod = string | Merge.accounting.PaymentMethod;