|
Change Parameter Type currency : String to currency : Currency in method public PaymentJson(accountId UUID, paymentId UUID, paymentNumber String, paymentExternalKey String, authAmount BigDecimal, capturedAmount BigDecimal, purchasedAmount BigDecimal, refundedAmount BigDecimal, creditedAmount BigDecimal, currency Currency, paymentMethodId UUID, transactions List<? extends PaymentTransactionJson>, paymentAttempts List<PaymentAttemptJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.PaymentJson |
From |
To |
|
Change Parameter Type currency : String to currency : Currency in method public InvoicePaymentJson(targetInvoiceId UUID, accountId UUID, paymentId UUID, paymentNumber String, paymentExternalKey String, authAmount BigDecimal, capturedAmount BigDecimal, purchasedAmount BigDecimal, refundedAmount BigDecimal, creditedAmount BigDecimal, currency Currency, paymentMethodId UUID, transactions List<? extends PaymentTransactionJson>, paymentAttempts List<PaymentAttemptJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.InvoicePaymentJson |
From |
To |
|
Change Parameter Type currency : String to currency : Currency in method public InvoicePaymentTransactionJson(transactionId UUID, transactionExternalKey String, paymentId UUID, paymentExternalKey String, transactionType TransactionType, amount BigDecimal, currency Currency, effectiveDate DateTime, processedAmount BigDecimal, processedCurrency Currency, status String, gatewayErrorCode String, gatewayErrorMsg String, firstPaymentReferenceId String, secondPaymentReferenceId String, properties List<PluginPropertyJson>, isAdjusted Boolean, adjustments List<InvoiceItemJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.InvoicePaymentTransactionJson |
From |
To |
|
Change Parameter Type firstTransactionType : String to firstTransactionType : TransactionType in method private verifyPayment(account Account, paymentMethodId UUID, payment Payment, paymentExternalKey String, firstTransactionExternalKey String, firstTransactionType TransactionType, firstTransactionStatus TransactionStatus, firstTransactionAmount BigDecimal, paymentAuthAmount BigDecimal, capturedAmount BigDecimal, refundedAmount BigDecimal, nbTransactions int, paymentNb int) : void in class org.killbill.billing.jaxrs.TestPayment |
From |
To |
|
Change Parameter Type currency : String to currency : Currency in method public CreditJson(creditAmount BigDecimal, currency Currency, invoiceId UUID, invoiceNumber String, effectiveDate LocalDate, accountId UUID, description String, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.CreditJson |
From |
To |
|
Change Parameter Type transactionStatus : String to transactionStatus : TransactionStatus in method private createVerifyTransaction(account Account, paymentMethodId UUID, paymentExternalKey String, transactionExternalKey String, transactionType TransactionType, transactionStatus TransactionStatus, transactionAmount BigDecimal, authAmount BigDecimal, pluginProperties Map<String,String>, paymentNb int) : Payment in class org.killbill.billing.jaxrs.TestPayment |
From |
To |
|
Change Parameter Type transactionType : String to transactionType : TransactionType in method public PaymentTransactionJson(transactionId UUID, transactionExternalKey String, paymentId UUID, paymentExternalKey String, transactionType TransactionType, amount BigDecimal, currency Currency, effectiveDate DateTime, processedAmount BigDecimal, processedCurrency Currency, status String, gatewayErrorCode String, gatewayErrorMsg String, firstPaymentReferenceId String, secondPaymentReferenceId String, properties List<PluginPropertyJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.PaymentTransactionJson |
From |
To |
|
Change Parameter Type transactionStatus : String to transactionStatus : TransactionStatus in method private verifyPaymentTransaction(account Account, paymentId UUID, paymentExternalKey String, paymentTransaction PaymentTransaction, transactionExternalKey String, amount BigDecimal, transactionType TransactionType, transactionStatus TransactionStatus) : void in class org.killbill.billing.jaxrs.TestPayment |
From |
To |
|
Change Parameter Type processedCurrency : String to processedCurrency : Currency in method public PaymentTransactionJson(transactionId UUID, transactionExternalKey String, paymentId UUID, paymentExternalKey String, transactionType TransactionType, amount BigDecimal, currency Currency, effectiveDate DateTime, processedAmount BigDecimal, processedCurrency Currency, status String, gatewayErrorCode String, gatewayErrorMsg String, firstPaymentReferenceId String, secondPaymentReferenceId String, properties List<PluginPropertyJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.PaymentTransactionJson |
From |
To |
|
Change Parameter Type processedCurrency : String to processedCurrency : Currency in method public InvoicePaymentTransactionJson(transactionId UUID, transactionExternalKey String, paymentId UUID, paymentExternalKey String, transactionType TransactionType, amount BigDecimal, currency Currency, effectiveDate DateTime, processedAmount BigDecimal, processedCurrency Currency, status String, gatewayErrorCode String, gatewayErrorMsg String, firstPaymentReferenceId String, secondPaymentReferenceId String, properties List<PluginPropertyJson>, isAdjusted Boolean, adjustments List<InvoiceItemJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.InvoicePaymentTransactionJson |
From |
To |
|
Change Parameter Type transactionType : String to transactionType : TransactionType in method public PaymentAttemptJson(accountId UUID, paymentMethodId UUID, paymentExternalKey String, transactionId UUID, transactionExternalKey String, transactionType TransactionType, effectiveDate DateTime, stateName String, amount BigDecimal, currency Currency, pluginName String, pluginProperties List<PluginPropertyJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.PaymentAttemptJson |
From |
To |
|
Change Parameter Type firstTransactionStatus : String to firstTransactionStatus : TransactionStatus in method private verifyPayment(account Account, paymentMethodId UUID, payment Payment, paymentExternalKey String, firstTransactionExternalKey String, firstTransactionType TransactionType, firstTransactionStatus TransactionStatus, firstTransactionAmount BigDecimal, paymentAuthAmount BigDecimal, capturedAmount BigDecimal, refundedAmount BigDecimal, nbTransactions int, paymentNb int) : void in class org.killbill.billing.jaxrs.TestPayment |
From |
To |
|
Change Parameter Type transactionType : String to transactionType : TransactionType in method private verifyPaymentTransaction(account Account, paymentId UUID, paymentExternalKey String, paymentTransaction PaymentTransaction, transactionExternalKey String, amount BigDecimal, transactionType TransactionType, transactionStatus TransactionStatus) : void in class org.killbill.billing.jaxrs.TestPayment |
From |
To |
|
Change Parameter Type applicableObjectTypes : Set<String> to applicableObjectTypes : List<ObjectType> in method public TagDefinitionJson(id UUID, isControlTag Boolean, name String, description String, applicableObjectTypes List<ObjectType>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.TagDefinitionJson |
From |
To |
|
Change Parameter Type transactionType : String to transactionType : TransactionType in method public InvoicePaymentTransactionJson(transactionId UUID, transactionExternalKey String, paymentId UUID, paymentExternalKey String, transactionType TransactionType, amount BigDecimal, currency Currency, effectiveDate DateTime, processedAmount BigDecimal, processedCurrency Currency, status String, gatewayErrorCode String, gatewayErrorMsg String, firstPaymentReferenceId String, secondPaymentReferenceId String, properties List<PluginPropertyJson>, isAdjusted Boolean, adjustments List<InvoiceItemJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.InvoicePaymentTransactionJson |
From |
To |
|
Change Parameter Type currency : String to currency : Currency in method public PaymentTransactionJson(transactionId UUID, transactionExternalKey String, paymentId UUID, paymentExternalKey String, transactionType TransactionType, amount BigDecimal, currency Currency, effectiveDate DateTime, processedAmount BigDecimal, processedCurrency Currency, status String, gatewayErrorCode String, gatewayErrorMsg String, firstPaymentReferenceId String, secondPaymentReferenceId String, properties List<PluginPropertyJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.PaymentTransactionJson |
From |
To |
|
Change Parameter Type currency : String to currency : Currency in method public PriceJson(currency Currency, value BigDecimal) in class org.killbill.billing.jaxrs.json.CatalogJson.PriceJson |
From |
To |
|
Change Parameter Type currency : String to currency : Currency in method public PaymentAttemptJson(accountId UUID, paymentMethodId UUID, paymentExternalKey String, transactionId UUID, transactionExternalKey String, transactionType TransactionType, effectiveDate DateTime, stateName String, amount BigDecimal, currency Currency, pluginName String, pluginProperties List<PluginPropertyJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.PaymentAttemptJson |
From |
To |
|
Change Parameter Type transactionType : String to transactionType : TransactionType in method protected lookupPendingOrSuccessTransaction(initialPayment Payment, transactionId UUID, transactionExternalKey String, transactionType TransactionType) : PaymentTransaction in class org.killbill.billing.jaxrs.resources.JaxRsResourceBase |
From |
To |