public class XPFBasePriceSource extends XPFEntity
| Constructor and Description | 
|---|
XPFBasePriceSource(@NonNull String sourceId,
                  @NonNull Currency currency,
                  @NonNull String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
@NonNull Currency | 
getCurrency()
The currency. 
 | 
@NonNull String | 
getName()
The base price source name. 
 | 
@NonNull String | 
getSourceId()
The base price source identifier. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
getCustomData@NonNull public @NonNull String getSourceId()
@NonNull public @NonNull Currency getCurrency()
@NonNull public @NonNull String getName()
Copyright © 2024. All rights reserved.