-
public abstract class BaseDisplayMetadata
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumBaseDisplayMetadata.DisplayMetadataType
-
Field Summary
Fields Modifier and Type Field Description private final BaseDisplayMetadata.DisplayMetadataTypetypeprivate final Stringnameprivate final StringpaymentMethodTypeprivate final StringbackgroundColorprivate final StringborderColorprivate final FloatborderWidthprivate final FloatcornerRadius
-
Constructor Summary
Constructors Constructor Description BaseDisplayMetadata(BaseDisplayMetadata.DisplayMetadataType type, String name, String paymentMethodType, String backgroundColor, String borderColor, Float borderWidth, Float cornerRadius)
-
Method Summary
Modifier and Type Method Description BaseDisplayMetadata.DisplayMetadataTypegetType()StringgetName()StringgetPaymentMethodType()StringgetBackgroundColor()StringgetBorderColor()FloatgetBorderWidth()FloatgetCornerRadius()-
-
Method Detail
-
getPaymentMethodType
String getPaymentMethodType()
-
getBackgroundColor
String getBackgroundColor()
-
getBorderColor
String getBorderColor()
-
getBorderWidth
Float getBorderWidth()
-
getCornerRadius
Float getCornerRadius()
-
-
-
-