고객의 기본 도메인 이름 또는 고객의 고유 식별자 중 하나입니다. 고객의 도메인 이름이 변경되는 경우 이전 도메인 이름을 사용하여 고객에 액세스할 수 없지만, API에서 반환하는 고객의 고유 식별자는 항상 사용할 수 있습니다. 해당하는 경우 시스템에 고유 식별자를 저장하는 것이 좋습니다.
subscriptionId
string
필수 속성입니다. subscriptionId는 정기 결제 식별자이며 고객마다 고유합니다. 정기 결제가 업데이트되면 subscriptionId가 변경되므로 이 ID를 영구 데이터의 키로 사용하지 않는 것이 좋습니다. subscriptionId는 모든 리셀러 구독 검색 메서드를 사용하여 찾을 수 있습니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2024-08-26(UTC)"],[[["Retrieves a specific subscription's details using the provided `customerId` and `subscriptionId`."],["The `subscriptionId` is unique for each customer but can change after updates and should not be used as a persistent key; it can be obtained through the \"Retrieve all reseller subscriptions\" method."],["The request body should be empty, while the response, if successful, contains a `Subscription` object detailing the specific subscription."],["Requires authorization with either `https://www.googleapis.com/auth/apps.order` or `https://www.googleapis.com/auth/apps.order.readonly` scopes."]]],[]]