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(@NonNull String description) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public PaymentMethod(@NonNull @NonNull String description)
Copyright © 2019. All rights reserved.