public class PaymentConnector extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DataCollectionType |
dataCollectionType |
protected Boolean |
deprecated |
protected Map<String,String> |
deprecationReason |
protected Map<String,String> |
description |
protected Long |
id |
protected Map<String,String> |
name |
protected Long |
paymentMethod |
protected PaymentMethodBrand |
paymentMethodBrand |
protected PaymentPrimaryRiskTaker |
primaryRiskTaker |
protected Long |
processor |
protected List<String> |
supportedCurrencies |
protected List<CustomersPresence> |
supportedCustomersPresences |
protected List<Long> |
supportedFeatures |
| Constructor and Description |
|---|
PaymentConnector() |
| 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> |
getDeprecationReason()
The deprecation reason describes why the object was deprecated.
|
Map<String,String> |
getDescription()
The localized description of the object.
|
Long |
getId()
A unique identifier for the object.
|
Map<String,String> |
getName()
The localized name of the object.
|
Long |
getPaymentMethod()
The payment method that the connector supports.
|
PaymentMethodBrand |
getPaymentMethodBrand()
The specific brand that this payment connector supports.
|
PaymentPrimaryRiskTaker |
getPrimaryRiskTaker()
The entity that bears the main risk in the event that a contracting party fails to meet its obligations.
|
Long |
getProcessor()
The processor that the connector belongs to.
|
List<String> |
getSupportedCurrencies()
The currencies that are supported by the connector.
|
List<CustomersPresence> |
getSupportedCustomersPresences()
The types of customer's presence that are supported by the connector.
|
List<Long> |
getSupportedFeatures()
The features that are supported by the connector.
|
int |
hashCode() |
Boolean |
isDeprecated()
Whether the object was deprecated.
|
String |
toString() |
protected DataCollectionType dataCollectionType
protected Boolean deprecated
protected Long id
protected Long paymentMethod
protected PaymentMethodBrand paymentMethodBrand
protected PaymentPrimaryRiskTaker primaryRiskTaker
protected Long processor
protected List<CustomersPresence> supportedCustomersPresences
public DataCollectionType getDataCollectionType()
public Boolean isDeprecated()
public Map<String,String> getDeprecationReason()
public Map<String,String> getDescription()
public Long getId()
public Long getPaymentMethod()
public PaymentMethodBrand getPaymentMethodBrand()
public PaymentPrimaryRiskTaker getPrimaryRiskTaker()
public Long getProcessor()
public List<String> getSupportedCurrencies()
public List<CustomersPresence> getSupportedCustomersPresences()
public List<Long> getSupportedFeatures()
Copyright © 2024. All rights reserved.