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<@Valid AcquirerCredentials> credentials) Integrator.currencyCode(String currencyCode) @NotNull @Valid IntegratorPricedSupplierContractWithAcquirer.getAcquirer()Get acquirerIntegrator.identifier(String identifier) 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 with parameters of type IntegratorModifier and TypeMethodDescriptionPricedSupplierContractWithAcquirer.acquirer(Integrator acquirer) voidPricedSupplierContractWithAcquirer.setAcquirer(Integrator acquirer)