public class PaymentCardsAuthorizedAmount extends DecimalBasedErpType<PaymentCardsAuthorizedAmount>
Element: ACPI_CAUTW Domain: BAPICURR Length: 12 Type: P Decimals: 4
Constructor and Description |
---|
PaymentCardsAuthorizedAmount(BigDecimal value) |
PaymentCardsAuthorizedAmount(double value) |
PaymentCardsAuthorizedAmount(float value) |
PaymentCardsAuthorizedAmount(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getDecimals() |
int |
getMaxLength() |
Class<PaymentCardsAuthorizedAmount> |
getType() |
boolean |
isSigned() |
static PaymentCardsAuthorizedAmount |
of(BigDecimal value) |
static PaymentCardsAuthorizedAmount |
of(double value) |
static PaymentCardsAuthorizedAmount |
of(float value) |
static PaymentCardsAuthorizedAmount |
of(String value) |
canEqual, equals, getTypeConverter, getValue, hashCode, toString
public PaymentCardsAuthorizedAmount(String value)
public PaymentCardsAuthorizedAmount(BigDecimal value)
public PaymentCardsAuthorizedAmount(float value)
public PaymentCardsAuthorizedAmount(double value)
@Nonnull public static PaymentCardsAuthorizedAmount of(String value)
@Nonnull public static PaymentCardsAuthorizedAmount of(BigDecimal value)
@Nonnull public static PaymentCardsAuthorizedAmount of(float value)
@Nonnull public static PaymentCardsAuthorizedAmount of(double value)
public int getDecimals()
getDecimals
in class DecimalBasedErpType<PaymentCardsAuthorizedAmount>
public int getMaxLength()
getMaxLength
in class DecimalBasedErpType<PaymentCardsAuthorizedAmount>
public boolean isSigned()
isSigned
in class DecimalBasedErpType<PaymentCardsAuthorizedAmount>
@Nonnull public Class<PaymentCardsAuthorizedAmount> getType()
getType
in class DecimalBasedErpType<PaymentCardsAuthorizedAmount>
Copyright © 2018 SAP SE. All rights reserved.