Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.bapi.structures | |
com.sap.cloud.sdk.s4hana.datamodel.bapi.types |
Modifier and Type | Method and Description |
---|---|
LeasingInterestRate |
FixedAssetLeasing.getInterest()
Field name: INTEREST
Type element: BF_LZINS
Domain name: BF_AFPROZ
Internal type: DEC
Description: Leasing interest rate (capital lease)
Max length: 4
|
LeasingInterestRate |
FixedAssetGetlistLeasing.getInterest()
Field name: INTEREST
Type element: BF_LZINS
Domain name: BF_AFPROZ
Internal type: DEC
Description: Leasing interest rate (capital lease)
Max length: 4
|
Modifier and Type | Method and Description |
---|---|
FixedAssetLeasing.FixedAssetLeasingBuilder |
FixedAssetLeasing.FixedAssetLeasingBuilder.interest(LeasingInterestRate interest) |
FixedAssetGetlistLeasing.FixedAssetGetlistLeasingBuilder |
FixedAssetGetlistLeasing.FixedAssetGetlistLeasingBuilder.interest(LeasingInterestRate interest) |
void |
FixedAssetLeasing.setInterest(LeasingInterestRate interest)
Field name: INTEREST
Type element: BF_LZINS
Domain name: BF_AFPROZ
Internal type: DEC
Description: Leasing interest rate (capital lease)
Max length: 4
|
void |
FixedAssetGetlistLeasing.setInterest(LeasingInterestRate interest)
Field name: INTEREST
Type element: BF_LZINS
Domain name: BF_AFPROZ
Internal type: DEC
Description: Leasing interest rate (capital lease)
Max length: 4
|
Modifier and Type | Method and Description |
---|---|
static LeasingInterestRate |
LeasingInterestRate.of(BigDecimal value) |
static LeasingInterestRate |
LeasingInterestRate.of(double value) |
static LeasingInterestRate |
LeasingInterestRate.of(float value) |
static LeasingInterestRate |
LeasingInterestRate.of(String value) |
Modifier and Type | Method and Description |
---|---|
Class<LeasingInterestRate> |
LeasingInterestRate.getType() |
Copyright © 2018 SAP SE. All rights reserved.