Class D_PRAAcctgDocDeductSmlteP.D_PRAAcctgDocDeductSmltePBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument.D_PRAAcctgDocDeductSmlteP.D_PRAAcctgDocDeductSmltePBuilder
- Enclosing class:
- D_PRAAcctgDocDeductSmlteP
-
Method Summary
Modifier and TypeMethodDescriptionaccountingDocument(String accountingDocument) Constraints: Not nullable, Maximum length: 10build()companyCode(String companyCode) Constraints: Not nullable, Maximum length: 4companyCodeCurrency(String companyCodeCurrency) Constraints: Not nullable, Maximum length: 3deductionType(String deductionType) Constraints: Not nullable, Maximum length: 2otherDeductionAmount(BigDecimal otherDeductionAmount) Constraints: Not nullable, Precision: 15, Scale: 0pRAAccountingDocumentLine(String pRAAccountingDocumentLine) Constraints: Not nullable, Maximum length: 8pRAAccountingPeriod(String pRAAccountingPeriod) Constraints: Not nullable, Maximum length: 6toString()
-
Method Details
-
companyCode
@Nonnull public D_PRAAcctgDocDeductSmlteP.D_PRAAcctgDocDeductSmltePBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
pRAAccountingPeriod
@Nonnull public D_PRAAcctgDocDeductSmlteP.D_PRAAcctgDocDeductSmltePBuilder pRAAccountingPeriod(@Nullable String pRAAccountingPeriod) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: PRAAccountingPeriod
- Returns:
this.
-
accountingDocument
@Nonnull public D_PRAAcctgDocDeductSmlteP.D_PRAAcctgDocDeductSmltePBuilder accountingDocument(@Nullable String accountingDocument) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AccountingDocument
- Returns:
this.
-
pRAAccountingDocumentLine
@Nonnull public D_PRAAcctgDocDeductSmlteP.D_PRAAcctgDocDeductSmltePBuilder pRAAccountingDocumentLine(@Nullable String pRAAccountingDocumentLine) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: PRAAccountingDocumentLine
- Returns:
this.
-
deductionType
@Nonnull public D_PRAAcctgDocDeductSmlteP.D_PRAAcctgDocDeductSmltePBuilder deductionType(@Nullable String deductionType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DeductionType
- Returns:
this.
-
otherDeductionAmount
@Nonnull public D_PRAAcctgDocDeductSmlteP.D_PRAAcctgDocDeductSmltePBuilder otherDeductionAmount(@Nullable BigDecimal otherDeductionAmount) Constraints: Not nullable, Precision: 15, Scale: 0Original property name from the Odata EDM: OtherDeductionAmount
- Returns:
this.
-
companyCodeCurrency
@Nonnull public D_PRAAcctgDocDeductSmlteP.D_PRAAcctgDocDeductSmltePBuilder companyCodeCurrency(@Nullable String companyCodeCurrency) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: CompanyCodeCurrency
- Returns:
this.
-
build
-
toString
-