Class CreatePaymentAccountEventProperties
- java.lang.Object
-
- com.broadleafcommerce.customer.messaging.autoconfigure.CreatePaymentAccountEventProperties
-
@ConfigurationProperties("broadleaf.customer.messaging.payment-account.create") @Deprecated(since="1.7.2", forRemoval=true) public class CreatePaymentAccountEventProperties extends Object
Deprecated, for removal: This API element is subject to removal in a future version.since 1.7.2, usePaymentAccount.getDisplayAttributes()
insteadDefines properties configuringCreatePaymentAccountEventListener
.- Author:
- Nathan Moore (nathandmoore)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreatePaymentAccountEventProperties.DisplayAttributes
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description CreatePaymentAccountEventProperties()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CreatePaymentAccountEventProperties.DisplayAttributes
getDisplayAttributes()
Deprecated, for removal: This API element is subject to removal in a future version.Defines the names of the display attributes holding display information to be copied over to the newPaymentAccount
being made for the customer after checkout.boolean
isEnabled()
Deprecated, for removal: This API element is subject to removal in a future version.Determines whether theCreatePaymentAccountEventListener
is enabled.void
setDisplayAttributes(CreatePaymentAccountEventProperties.DisplayAttributes displayAttributes)
Deprecated, for removal: This API element is subject to removal in a future version.Defines the names of the display attributes holding display information to be copied over to the newPaymentAccount
being made for the customer after checkout.void
setEnabled(boolean enabled)
Deprecated, for removal: This API element is subject to removal in a future version.Determines whether theCreatePaymentAccountEventListener
is enabled.
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Deprecated, for removal: This API element is subject to removal in a future version.Determines whether theCreatePaymentAccountEventListener
is enabled.- See Also:
CreatePaymentAccountEventListener
-
getDisplayAttributes
public CreatePaymentAccountEventProperties.DisplayAttributes getDisplayAttributes()
Deprecated, for removal: This API element is subject to removal in a future version.Defines the names of the display attributes holding display information to be copied over to the newPaymentAccount
being made for the customer after checkout.
-
setEnabled
public void setEnabled(boolean enabled)
Deprecated, for removal: This API element is subject to removal in a future version.Determines whether theCreatePaymentAccountEventListener
is enabled.- See Also:
CreatePaymentAccountEventListener
-
setDisplayAttributes
public void setDisplayAttributes(CreatePaymentAccountEventProperties.DisplayAttributes displayAttributes)
Deprecated, for removal: This API element is subject to removal in a future version.Defines the names of the display attributes holding display information to be copied over to the newPaymentAccount
being made for the customer after checkout.
-
-