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 ObjectDeprecated, 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 classCreatePaymentAccountEventProperties.DisplayAttributesDeprecated, 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.DisplayAttributesgetDisplayAttributes()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.booleanisEnabled()Deprecated, 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.
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Deprecated, for removal: This API element is subject to removal in a future version.Determines whether theCreatePaymentAccountEventListeneris 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 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:
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 newPaymentAccountbeing made for the customer after checkout.
-
-