Skip to content

Errors Compiling #46

Description

@frantoqui

Hi, I got the following errors when Rebuilding the Project in Intellij, is there anything I am missing? Thank you

/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/CommittedTaxCallRequest.java Error:(28, 23) java: cannot find symbol symbol: class VasV2PaymentsPost201Response location: class samples.ValueAddedService.CommittedTaxCallRequest /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/CommittedTaxRefundCallRequest.java Error:(28, 23) java: cannot find symbol symbol: class VasV2PaymentsPost201Response location: class samples.ValueAddedService.CommittedTaxRefundCallRequest /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/TaxRefundRequest.java Error:(28, 23) java: cannot find symbol symbol: class VasV2PaymentsPost201Response location: class samples.ValueAddedService.TaxRefundRequest /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/VoidCommittedTaxCall.java Error:(28, 23) java: cannot find symbol symbol: class VasV2TaxVoid200Response location: class samples.ValueAddedService.VoidCommittedTaxCall /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/BasicTaxCalculationRequest.java Error:(28, 23) java: cannot find symbol symbol: class VasV2PaymentsPost201Response location: class samples.ValueAddedService.BasicTaxCalculationRequest /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithTMSToken.java Error:(28, 23) java: cannot find symbol symbol: class RiskV1AuthenticationSetupsPost201Response location: class samples.PayerAuthentication.SetupCompletionWithTMSToken /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithSecureStorageToken.java Error:(28, 23) java: cannot find symbol symbol: class RiskV1AuthenticationSetupsPost201Response location: class samples.PayerAuthentication.SetupCompletionWithSecureStorageToken /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithCardNumber.java Error:(27, 23) java: cannot find symbol symbol: class RiskV1AuthenticationSetupsPost201Response location: class samples.PayerAuthentication.SetupCompletionWithCardNumber /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithFlexTransientToken.java Error:(28, 23) java: cannot find symbol symbol: class RiskV1AuthenticationSetupsPost201Response location: class samples.PayerAuthentication.SetupCompletionWithFlexTransientToken /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithTokenizedCard.java Error:(28, 23) java: cannot find symbol symbol: class RiskV1AuthenticationSetupsPost201Response location: class samples.PayerAuthentication.SetupCompletionWithTokenizedCard /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithFluidDataValueAndPaymentSolution.java Error:(28, 23) java: cannot find symbol symbol: class RiskV1AuthenticationSetupsPost201Response location: class samples.PayerAuthentication.SetupCompletionWithFluidDataValueAndPaymentSolution /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/CreateCustomerPaymentInstrumentBankAccount.java Error:(27, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.CustomerPaymentInstrument.CreateCustomerPaymentInstrumentBankAccount /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/ListPaymentInstrumentsForCustomer.java Error:(27, 23) java: cannot find symbol symbol: class PaymentInstrumentListForCustomer location: class samples.TokenManagement.CustomerPaymentInstrument.ListPaymentInstrumentsForCustomer /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/CreateCustomerPaymentInstrumentCard.java Error:(27, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.CustomerPaymentInstrument.CreateCustomerPaymentInstrumentCard /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/CreateCustomerPaymentInstrumentPinlessDebit.java Error:(27, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.CustomerPaymentInstrument.CreateCustomerPaymentInstrumentPinlessDebit /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/RetrieveCustomerPaymentInstrument.java Error:(27, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.CustomerPaymentInstrument.RetrieveCustomerPaymentInstrument /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/PaymentInstrument/CreatePaymentInstrumentBankAccount.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.PaymentInstrument.CreatePaymentInstrumentBankAccount /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/PaymentInstrument/CreatePaymentInstrumentCard.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.PaymentInstrument.CreatePaymentInstrumentCard /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/PaymentInstrument/RetrievePaymentInstrument.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.PaymentInstrument.RetrievePaymentInstrument /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/PaymentInstrument/CreatePaymentInstrumentPinlessDebit.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument location: class samples.TokenManagement.PaymentInstrument.CreatePaymentInstrumentPinlessDebit /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerShippingAddress/RetrieveCustomerShippingAddress.java Error:(27, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultShippingAddress location: class samples.TokenManagement.CustomerShippingAddress.RetrieveCustomerShippingAddress /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerShippingAddress/CreateShippingAddress.java Error:(27, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultShippingAddress location: class samples.TokenManagement.CustomerShippingAddress.CreateShippingAddress /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerShippingAddress/ListShippingAddressesForCustomer.java Error:(27, 23) java: cannot find symbol symbol: class ShippingAddressListForCustomer location: class samples.TokenManagement.CustomerShippingAddress.ListShippingAddressesForCustomer /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/UpdateInstrumentIdentifierPreviousTransactionId.java Error:(27, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier location: class samples.TokenManagement.InstrumentIdentifier.UpdateInstrumentIdentifierPreviousTransactionId /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/CreateInstrumentIdentifierBankAccount.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier location: class samples.TokenManagement.InstrumentIdentifier.CreateInstrumentIdentifierBankAccount /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/RetrieveInstrumentIdentifier.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier location: class samples.TokenManagement.InstrumentIdentifier.RetrieveInstrumentIdentifier /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/CreateInstrumentIdentifierCardEnrollForNetworkToken.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier location: class samples.TokenManagement.InstrumentIdentifier.CreateInstrumentIdentifierCardEnrollForNetworkToken /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/CreateInstrumentIdentifierCard.java Error:(28, 23) java: cannot find symbol symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier location: class samples.TokenManagement.InstrumentIdentifier.CreateInstrumentIdentifierCard /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/ListPaymentInstrumentsForInstrumentIdentifier.java Error:(27, 23) java: cannot find symbol symbol: class PaymentInstrumentListForCustomer location: class samples.TokenManagement.InstrumentIdentifier.ListPaymentInstrumentsForInstrumentIdentifier /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/UpdateCustomersDefaultPaymentInstrument.java Error:(28, 23) java: cannot find symbol symbol: class TmsV2CustomersResponse location: class samples.TokenManagement.Customer.UpdateCustomersDefaultPaymentInstrument /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/UpdateCustomersDefaultShippingAddress.java Error:(28, 23) java: cannot find symbol symbol: class TmsV2CustomersResponse location: class samples.TokenManagement.Customer.UpdateCustomersDefaultShippingAddress /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/UpdateCustomer.java Error:(28, 23) java: cannot find symbol symbol: class TmsV2CustomersResponse location: class samples.TokenManagement.Customer.UpdateCustomer /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/CreateCustomer.java Error:(28, 23) java: cannot find symbol symbol: class TmsV2CustomersResponse location: class samples.TokenManagement.Customer.CreateCustomer /Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/RetrieveCustomer.java Error:(28, 23) java: cannot find symbol symbol: class TmsV2CustomersResponse location: class samples.TokenManagement.Customer.RetrieveCustomer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions