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
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, 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 newPaymentAccountbeing made for the customer after checkout.booleanDeprecated, for removal: This API element is subject to removal in a future version.Determines whether theCreatePaymentAccountEventListeneris enabled.voidsetDisplayAttributes(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 newPaymentAccountbeing made for the customer after checkout.voidsetEnabled(boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.Determines whether theCreatePaymentAccountEventListeneris 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 theCreatePaymentAccountEventListeneris 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 newPaymentAccountbeing 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 theCreatePaymentAccountEventListeneris 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 newPaymentAccountbeing made for the customer after checkout.
-
PaymentAccount.getDisplayAttributes()instead