기본적으로
Google 월렛에 추가 링크는 이러한 패스를
삭제할 수 있습니다. 그러나 패스를 그룹화하여
모두 동일한 그룹화 ID를 사용하는지 확인합니다. 그룹화된 패스가 함께 표시됩니다.
Google 월렛 앱에서 결제할 수 있습니다. 패스 그룹을 선택하면 각 패스가
표시할 수 있습니다.
탑승권이 개별적으로 아닌 그룹에서 사용되는 경우도 있습니다. 일반적인
기착 시간이 여러 개인 항공편의 티켓을 그룹화하는 시나리오입니다.
있습니다
탑승권에는 패스를 자동으로 그룹화하는 추가 로직이 있습니다.
다음 속성의 값이 동일하면 이 두 속성이 함께 표시됩니다.
FlightClass.flightHeader.carrier.carrierIataCode
FlightClass.flightHeader.flightNumber
FlightClass.localScheduledDepartureDateTime
FlightObject.reservationInfo.confirmationCode
FlightObject.id의 발급기관 ID 부분
두 탑승권에서 위의 속성 중 하나가 다르면
그룹화되지 않음 (groupingInfo를 사용하여 그룹화하지 않는 한) 보시다시피 두 클래스 모두
객체 속성은 자동 그룹화에 영향을 줍니다. 이렇게 하면 탑승권이 사용 설정됩니다.
그룹으로 묶을 수 있습니다 (예: 여러 항공편이
운항 항공사가 서로 다름).
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-06-24(UTC)"],[[["Multiple passes added to a single Google Wallet link can be grouped together using the same `groupingId`."],["Grouped passes are displayed together in the Google Wallet app and can be provisioned together or grouped later via update/patch methods."],["Boarding passes have automatic grouping logic based on shared flight details, but using the `groupingInfo` property overrides this automatic grouping."]]],["Passes in Google Wallet can be grouped by assigning them a shared `groupingId` property, ensuring they appear together in the app. This grouping can occur during the initial provisioning or via `update` or `patch` methods. Boarding passes also have automatic grouping based on properties like carrier code, flight number, departure time, and confirmation code. Setting a `groupingInfo` overrides this automatic logic. A loyalty card and offer could be grouped using the same `groupingId`.\n"]]