-
- All Implemented Interfaces:
-
android.os.Parcelable
@Serializable() public final class PayerMatch implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcardscanPayerIdprivate final StringcardscanPayerNameprivate final Floatscoreprivate final List<ChangeHealthcare>changeHealthcareprivate final List<Custom>custom
-
Constructor Summary
Constructors Constructor Description PayerMatch(String cardscanPayerId, String cardscanPayerName, Float score, List<ChangeHealthcare> changeHealthcare, List<Custom> custom)
-
Method Summary
Modifier and Type Method Description final StringgetCardscanPayerId()final StringgetCardscanPayerName()final FloatgetScore()final List<ChangeHealthcare>getChangeHealthcare()final List<Custom>getCustom()-
-
Method Detail
-
getCardscanPayerId
final String getCardscanPayerId()
-
getCardscanPayerName
final String getCardscanPayerName()
-
getChangeHealthcare
final List<ChangeHealthcare> getChangeHealthcare()
-
-
-
-