Class SuplrInvcHeaderWhldgTax.SuplrInvcHeaderWhldgTaxBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierinvoiceintegration.SuplrInvcHeaderWhldgTax.SuplrInvcHeaderWhldgTaxBuilder
- Enclosing class:
- SuplrInvcHeaderWhldgTax
-
Method Summary
Modifier and TypeMethodDescriptionbuild()documentCurrency(String documentCurrency) Constraints: Not nullable, Maximum length: 5fiscalYear(String fiscalYear) (Key Field) Constraints: Not nullable, Maximum length: 4manuallyEnteredWhldgTaxAmount(BigDecimal manuallyEnteredWhldgTaxAmount) Constraints: Not nullable, Precision: 16, Scale: 3supplierInvoice(String supplierInvoice) (Key Field) Constraints: Not nullable, Maximum length: 10toString()withholdingTaxBaseAmount(BigDecimal withholdingTaxBaseAmount) Constraints: Not nullable, Precision: 16, Scale: 3withholdingTaxCode(String withholdingTaxCode) Constraints: Not nullable, Maximum length: 2withholdingTaxType(String withholdingTaxType) (Key Field) Constraints: Not nullable, Maximum length: 2
-
Method Details
-
supplierInvoice
@Nonnull public SuplrInvcHeaderWhldgTax.SuplrInvcHeaderWhldgTaxBuilder supplierInvoice(@Nullable String supplierInvoice) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SupplierInvoice
- Returns:
this.
-
fiscalYear
@Nonnull public SuplrInvcHeaderWhldgTax.SuplrInvcHeaderWhldgTaxBuilder fiscalYear(@Nullable String fiscalYear) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FiscalYear
- Returns:
this.
-
withholdingTaxType
@Nonnull public SuplrInvcHeaderWhldgTax.SuplrInvcHeaderWhldgTaxBuilder withholdingTaxType(@Nullable String withholdingTaxType) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: WithholdingTaxType
- Returns:
this.
-
documentCurrency
@Nonnull public SuplrInvcHeaderWhldgTax.SuplrInvcHeaderWhldgTaxBuilder documentCurrency(@Nullable String documentCurrency) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: DocumentCurrency
- Returns:
this.
-
withholdingTaxCode
@Nonnull public SuplrInvcHeaderWhldgTax.SuplrInvcHeaderWhldgTaxBuilder withholdingTaxCode(@Nullable String withholdingTaxCode) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: WithholdingTaxCode
- Returns:
this.
-
withholdingTaxBaseAmount
@Nonnull public SuplrInvcHeaderWhldgTax.SuplrInvcHeaderWhldgTaxBuilder withholdingTaxBaseAmount(@Nullable BigDecimal withholdingTaxBaseAmount) Constraints: Not nullable, Precision: 16, Scale: 3Original property name from the Odata EDM: WithholdingTaxBaseAmount
- Returns:
this.
-
manuallyEnteredWhldgTaxAmount
@Nonnull public SuplrInvcHeaderWhldgTax.SuplrInvcHeaderWhldgTaxBuilder manuallyEnteredWhldgTaxAmount(@Nullable BigDecimal manuallyEnteredWhldgTaxAmount) Constraints: Not nullable, Precision: 16, Scale: 3Original property name from the Odata EDM: ManuallyEnteredWhldgTaxAmount
- Returns:
this.
-
build
-
toString
-