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.
Defines properties configuring
CreatePaymentAccountEventListener
.- Author:
- Nathan Moore (nathandmoore)
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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
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.
-
Constructor Details
-
CreatePaymentAccountEventProperties
public CreatePaymentAccountEventProperties()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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:
-
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:
-
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.
-
PaymentAccount.getDisplayAttributes()
instead