Interface Consent.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Consent.Builder,Consent>, SdkBuilder<Consent.Builder,Consent>, SdkPojo
Enclosing class:
Consent

@Mutable @NotThreadSafe public static interface Consent.Builder extends SdkPojo, CopyableBuilder<Consent.Builder,Consent>
  • Method Details

    • maxPrice

      Consent.Builder maxPrice(Double maxPrice)

      Maximum amount the customer agreed to accept.

      Parameters:
      maxPrice - Maximum amount the customer agreed to accept.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currency

      Consent.Builder currency(String currency)

      Currency for the MaxPrice.

      Parameters:
      currency - Currency for the MaxPrice.
      Returns:
      Returns a reference to this object so that method calls can be chained together.