public class PaymentMethodConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DataCollectionType |
dataCollectionType |
protected Map<String,String> |
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 Map<String,String> |
title |
protected Integer |
version |
| Constructor and Description |
|---|
PaymentMethodConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DataCollectionType |
getDataCollectionType()
The data collection type specifies how the payment information is collected.
|
Map<String,String> |
getDescription()
A custom description for the payment method which is displayed to the customer.
|
Long |
getId()
A unique identifier for the object.
|
ResourcePath |
getImageResourcePath()
The resource path to a custom image for the payment method which is displayed to the customer.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
String |
getName()
The name used to identify the payment method configuration.
|
OneClickPaymentMode |
getOneClickPaymentMode()
The one-click payment mode determines whether the customer can save their payment details for later payments.
|
Long |
getPaymentMethod()
The payment method that the configuration is for.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
Map<String,String> |
getResolvedDescription()
The description for the payment method that is actually displayed to the customer.
|
String |
getResolvedImageUrl()
The image URL for the payment method that is actually displayed to the customer.
|
Map<String,String> |
getResolvedTitle()
The title for the payment method that is actually displayed to the customer.
|
Integer |
getSortOrder()
When listing payment methods, they can be sorted by this number.
|
Long |
getSpaceId()
The ID of the space this object belongs to.
|
CreationEntityState |
getState()
The object's current state.
|
Map<String,String> |
getTitle()
A custom title for the payment method which is displayed to the customer.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
protected DataCollectionType dataCollectionType
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 Integer version
public DataCollectionType getDataCollectionType()
public Map<String,String> 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 Map<String,String> getTitle()
public Integer getVersion()
Copyright © 2024. All rights reserved.