@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class TssV2TransactionsGet200ResponsePaymentInformationPaymentType extends Object
| Constructor and Description |
|---|
TssV2TransactionsGet200ResponsePaymentInformationPaymentType() |
| Modifier and Type | Method and 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 © 2020. All rights reserved.