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) |
equals, getTypeConverter, getValue, hashCode, toString
public PaymentCardsAuthorizedAmount(String value)
public PaymentCardsAuthorizedAmount(BigDecimal value)
public PaymentCardsAuthorizedAmount(float value)
public PaymentCardsAuthorizedAmount(double value)
public static PaymentCardsAuthorizedAmount of(String value)
public static PaymentCardsAuthorizedAmount of(BigDecimal value)
public static PaymentCardsAuthorizedAmount of(float value)
public static PaymentCardsAuthorizedAmount of(double value)
public int getDecimals()
public int getMaxLength()
public boolean isSigned()
public Class<PaymentCardsAuthorizedAmount> getType()
Copyright © 2018 SAP SE. All rights reserved.