public class PaymentMethodConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DataCollectionType |
dataCollectionType |
protected DatabaseTranslatedString |
description |
protected Long |
id |
protected ResourcePath |
imageResourcePath |
protected Long |
linkedSpaceId |
protected String |
name |
protected OneClickPaymentMode |
oneClickPaymentMode |
protected Long |
paymentMethod |
protected OffsetDateTime |
plannedPurgeDate |
protected Map<String,String> |
resolvedDescription |
protected String |
resolvedImageUrl |
protected Map<String,String> |
resolvedTitle |
protected Integer |
sortOrder |
protected Long |
spaceId |
protected CreationEntityState |
state |
protected DatabaseTranslatedString |
title |
protected Integer |
version |
| Constructor and Description |
|---|
PaymentMethodConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DataCollectionType |
getDataCollectionType()
The data collection type determines who is collecting the payment information.
|
DatabaseTranslatedString |
getDescription()
The payment method configuration description can be used to show a text during the payment process.
|
Long |
getId()
A unique identifier for the object.
|
ResourcePath |
getImageResourcePath()
The image of the payment method configuration overrides the default image of the payment method.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
String |
getName()
The payment method configuration name is used internally to identify the payment method configuration.
|
OneClickPaymentMode |
getOneClickPaymentMode()
When the buyer is present on the payment page or within the iFrame the payment details can be stored automatically.
|
Long |
getPaymentMethod() |
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
Map<String,String> |
getResolvedDescription()
The resolved description uses the specified description or the default one when it is not overridden.
|
String |
getResolvedImageUrl()
The resolved URL of the image to use with this payment method.
|
Map<String,String> |
getResolvedTitle()
The resolved title uses the specified title or the default one when it is not overridden.
|
Integer |
getSortOrder()
The sort order of the payment method determines the ordering of the methods shown to the user during the payment process.
|
Long |
getSpaceId() |
CreationEntityState |
getState()
The object's current state.
|
DatabaseTranslatedString |
getTitle()
The title of the payment method configuration is used within the payment process.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
protected DataCollectionType dataCollectionType
protected DatabaseTranslatedString description
protected Long id
protected ResourcePath imageResourcePath
protected Long linkedSpaceId
protected String name
protected OneClickPaymentMode oneClickPaymentMode
protected Long paymentMethod
protected OffsetDateTime plannedPurgeDate
protected String resolvedImageUrl
protected Integer sortOrder
protected Long spaceId
protected CreationEntityState state
protected DatabaseTranslatedString title
protected Integer version
public DataCollectionType getDataCollectionType()
public DatabaseTranslatedString getDescription()
public Long getId()
public ResourcePath getImageResourcePath()
public Long getLinkedSpaceId()
public String getName()
public OneClickPaymentMode getOneClickPaymentMode()
public Long getPaymentMethod()
public OffsetDateTime getPlannedPurgeDate()
public Map<String,String> getResolvedDescription()
public String getResolvedImageUrl()
public Map<String,String> getResolvedTitle()
public Integer getSortOrder()
public Long getSpaceId()
public CreationEntityState getState()
public DatabaseTranslatedString getTitle()
public Integer getVersion()
Copyright © 2023. All rights reserved.