Uses of Class
io.trippay.sdk.payment.model.Integrator
Packages that use Integrator
-
Uses of Integrator in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return IntegratorModifier and TypeMethodDescriptionIntegrator.addCredentialsItem(AcquirerCredentials credentialsItem) Integrator.credentials(List<AcquirerCredentials> credentials) Integrator.currencyCode(String currencyCode) Integrator.publicToken(String publicToken) Integrator.type(Integrator.TypeEnum type) Integrator.vendor(Integrator.VendorEnum vendor) Integrator.webhookSecret(String webhookSecret) Methods in io.trippay.sdk.payment.model that return types with arguments of type IntegratorModifier and TypeMethodDescription@NotNull @Valid List<Integrator> PricedSupplierContractWithAcquirer.getAcquirer()Get acquirer@NotNull @Valid @Size(min=1,max=2147483647) List<Integrator> PayableContract.getAcquirerList()Get acquirerList@Valid List<Integrator> Account.getAcquirers()Get acquirers@Valid List<Integrator> CreateAccountRequest.getAcquirers()Get acquirersMethods in io.trippay.sdk.payment.model with parameters of type IntegratorModifier and TypeMethodDescriptionPricedSupplierContractWithAcquirer.addAcquirerItem(Integrator acquirerItem) PayableContract.addAcquirerListItem(Integrator acquirerListItem) Account.addAcquirersItem(Integrator acquirersItem) CreateAccountRequest.addAcquirersItem(Integrator acquirersItem) Method parameters in io.trippay.sdk.payment.model with type arguments of type IntegratorModifier and TypeMethodDescriptionPricedSupplierContractWithAcquirer.acquirer(List<Integrator> acquirer) PayableContract.acquirerList(List<Integrator> acquirerList) Account.acquirers(List<Integrator> acquirers) CreateAccountRequest.acquirers(List<Integrator> acquirers) voidPricedSupplierContractWithAcquirer.setAcquirer(List<Integrator> acquirer) voidPayableContract.setAcquirerList(List<Integrator> acquirerList) voidAccount.setAcquirers(List<Integrator> acquirers) voidCreateAccountRequest.setAcquirers(List<Integrator> acquirers)