rawValue property
int
get
rawValue
Implementation
int get rawValue {
switch (this) {
case ApplePaySummaryItemType.final_:
return 0;
case ApplePaySummaryItemType.pending:
return 1;
}
}