public ParameterValueProcessor( PaymentApp tenantPaymentApp, CompanyDto company, ApiConfigurationDto apiConfiguration, CompanyAccountDto companyAccount) : this(tenantPaymentApp, company, apiConfiguration, companyAccount, null) { }
public ParameterValueProcessor( PaymentApp tenantPaymentApp, CompanyDto company, ApiConfigurationDto apiConfiguration, CompanyAccountDto companyAccount, PaymentOrderDto paymentOrder) { this.paymentOrder = paymentOrder; this.companyAccount = companyAccount; this.apiConfiguration = apiConfiguration; this.tenantPaymentApp = tenantPaymentApp; this.company = company; }