public class PaymentDetails extends Object
| Constructor and Description |
|---|
PaymentDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getType()
The payment method type.
|
int |
hashCode() |
void |
setType(String type) |
String |
toString() |
PaymentDetails |
type(String type) |
public PaymentDetails type(String type)
public String getType()
public void setType(String type)
Copyright © 2022. All rights reserved.