Class IbvOptions.Builder

java.lang.Object
com.yoti.api.client.docs.session.create.IbvOptions.Builder
Enclosing class:
IbvOptions

public static class IbvOptions.Builder extends Object
  • Method Details

    • withIbvNotAllowed

      public IbvOptions.Builder withIbvNotAllowed()
      Sets the support type = NOT_ALLOWED
      Returns:
      the builder
    • withIbvMandatory

      public IbvOptions.Builder withIbvMandatory()
      Sets the support type = MANDATORY
      Returns:
      the builder
    • withSupport

      public IbvOptions.Builder withSupport(String support)
      Sets the support type
      Parameters:
      support - the support type
      Returns:
      the builder
    • withGuidanceUrl

      public IbvOptions.Builder withGuidanceUrl(String guidanceUrl)
      Sets the guidance url
      Parameters:
      guidanceUrl - the guidance url
      Returns:
      the builder
    • withUserPrice

      public IbvOptions.Builder withUserPrice(UserPrice userPrice)
      Sets the UserPrice
      Parameters:
      userPrice - the UserPrice
      Returns:
      the builder
    • build

      public IbvOptions build()