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() |
@ConstructorProperties(value="description") @Generated(value="lombok") public PaymentMethod(@NonNull String description)
@Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.