public abstract class PaymentMethod extends Object implements Serializable
PaymentMethod specifies a medium by which a payment has or will be made.| Constructor and Description |
|---|
PaymentMethod(String description) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public PaymentMethod(@NonNull
String description)
Copyright © 2018. All rights reserved.