Class CustomerTaxGrouping.CustomerTaxGroupingBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustomerTaxGrouping.CustomerTaxGroupingBuilder
Enclosing class:
CustomerTaxGrouping

public static class CustomerTaxGrouping.CustomerTaxGroupingBuilder extends Object
  • Method Details

    • customer

      @Nonnull public CustomerTaxGrouping.CustomerTaxGroupingBuilder customer(@Nullable String customer)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Customer

      Returns:
      this.
    • customerTaxGroupingCode

      @Nonnull public CustomerTaxGrouping.CustomerTaxGroupingBuilder customerTaxGroupingCode(@Nullable String customerTaxGroupingCode)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: CustomerTaxGroupingCode

      Returns:
      this.
    • custTaxGrpExemptionCertificate

      @Nonnull public CustomerTaxGrouping.CustomerTaxGroupingBuilder custTaxGrpExemptionCertificate(@Nullable String custTaxGrpExemptionCertificate)
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: CustTaxGrpExemptionCertificate

      Returns:
      this.
    • custTaxGroupExemptionRate

      @Nonnull public CustomerTaxGrouping.CustomerTaxGroupingBuilder custTaxGroupExemptionRate(@Nullable BigDecimal custTaxGroupExemptionRate)
      Constraints: Not nullable, Precision: 5, Scale: 2

      Original property name from the Odata EDM: CustTaxGroupExemptionRate

      Returns:
      this.
    • custTaxGroupExemptionStartDate

      @Nonnull public CustomerTaxGrouping.CustomerTaxGroupingBuilder custTaxGroupExemptionStartDate(@Nullable LocalDateTime custTaxGroupExemptionStartDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CustTaxGroupExemptionStartDate

      Returns:
      this.
    • custTaxGroupExemptionEndDate

      @Nonnull public CustomerTaxGrouping.CustomerTaxGroupingBuilder custTaxGroupExemptionEndDate(@Nullable LocalDateTime custTaxGroupExemptionEndDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CustTaxGroupExemptionEndDate

      Returns:
      this.
    • custTaxGroupSubjectedStartDate

      @Nonnull public CustomerTaxGrouping.CustomerTaxGroupingBuilder custTaxGroupSubjectedStartDate(@Nullable LocalDateTime custTaxGroupSubjectedStartDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CustTaxGroupSubjectedStartDate

      Returns:
      this.
    • custTaxGroupSubjectedEndDate

      @Nonnull public CustomerTaxGrouping.CustomerTaxGroupingBuilder custTaxGroupSubjectedEndDate(@Nullable LocalDateTime custTaxGroupSubjectedEndDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CustTaxGroupSubjectedEndDate

      Returns:
      this.
    • build

      @Nonnull public CustomerTaxGrouping build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object