public class TssV2TransactionsGet200ResponsePaymentInformationPaymentType extends Object
| Constructor | Description |
|---|---|
TssV2TransactionsGet200ResponsePaymentInformationPaymentType() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getMethod() |
Indicates the payment method used in this payment transaction.
|
String |
getName() |
A Payment Type is an agreed means for a payee to receive legal tender from a payer.
|
String |
getType() |
Indicates the payment type used in this payment transaction.
|
int |
hashCode() |
|
TssV2TransactionsGet200ResponsePaymentInformationPaymentType |
method(String method) |
|
TssV2TransactionsGet200ResponsePaymentInformationPaymentType |
name(String name) |
|
void |
setMethod(String method) |
|
void |
setName(String name) |
|
void |
setType(String type) |
|
String |
toString() |
|
TssV2TransactionsGet200ResponsePaymentInformationPaymentType |
type(String type) |
public TssV2TransactionsGet200ResponsePaymentInformationPaymentType()
public TssV2TransactionsGet200ResponsePaymentInformationPaymentType name(String name)
public String getName()
public void setName(String name)
public TssV2TransactionsGet200ResponsePaymentInformationPaymentType type(String type)
public String getType()
public void setType(String type)
public TssV2TransactionsGet200ResponsePaymentInformationPaymentType method(String method)
public String getMethod()
public void setMethod(String method)
Copyright © 2026. All rights reserved.