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 Feature |
feature |
protected Long |
id |
protected Map<String,String> |
name |
protected Long |
paymentMethod |
protected PaymentMethodBrand |
paymentMethodBrand |
protected PaymentPrimaryRiskTaker |
primaryRiskTaker |
protected Long |
processor |
protected List<CustomersPresence> |
supportedCustomersPresences |
protected List<Long> |
supportedFeatures |
| Constructor and Description |
|---|
PaymentConnector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DataCollectionType |
getDataCollectionType() |
Map<String,String> |
getDeprecationReason() |
Map<String,String> |
getDescription() |
Feature |
getFeature() |
Long |
getId()
The ID is the primary key of the entity.
|
Map<String,String> |
getName() |
Long |
getPaymentMethod() |
PaymentMethodBrand |
getPaymentMethodBrand() |
PaymentPrimaryRiskTaker |
getPrimaryRiskTaker() |
Long |
getProcessor() |
List<CustomersPresence> |
getSupportedCustomersPresences() |
List<Long> |
getSupportedFeatures() |
int |
hashCode() |
Boolean |
isDeprecated() |
String |
toString() |
protected DataCollectionType dataCollectionType
protected Boolean deprecated
protected Feature feature
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 Feature getFeature()
public Long getId()
public Long getPaymentMethod()
public PaymentMethodBrand getPaymentMethodBrand()
public PaymentPrimaryRiskTaker getPrimaryRiskTaker()
public Long getProcessor()
public List<CustomersPresence> getSupportedCustomersPresences()
Copyright © 2021. All rights reserved.