All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.commercetools.graphql.api.client.MethodTaxRateProjection Maven / Gradle / Ivy

There is a newer version: 17.15.1
Show newest version
package com.commercetools.graphql.api.client;

import com.netflix.graphql.dgs.client.codegen.BaseSubProjectionNode;

public class MethodTaxRateProjection, ROOT extends BaseSubProjectionNode> extends BaseSubProjectionNode {
  public MethodTaxRateProjection(PARENT parent, ROOT root) {
    super(parent, root, java.util.Optional.of("MethodTaxRate"));
  }

  public MethodTaxRateProjection __typename() {
    getFields().put("__typename", null);
    return this;
  }

  public TaxRateProjection, ROOT> taxRate() {
     TaxRateProjection, ROOT> projection = new TaxRateProjection<>(this, getRoot());
     getFields().put("taxRate", projection);
     return projection;
  }

  public MethodTaxRateProjection shippingMethodKey() {
    getFields().put("shippingMethodKey", null);
    return this;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy