@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentType extends Object
| Constructor and Description |
|---|
TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMethod()
Indicates the payment method used in this payment transaction.
|
String |
getType()
Indicates the payment type used in this payment transaction.
|
int |
hashCode() |
TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentType |
method(String method) |
void |
setMethod(String method) |
void |
setType(String type) |
String |
toString() |
TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentType |
type(String type) |
public TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentType()
public TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentType type(String type)
public String getType()
public void setType(String type)
public TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentType method(String method)
public String getMethod()
public void setMethod(String method)
Copyright © 2020. All rights reserved.