InsuranceVerificationArtifact
Stay organized with collections
Save and categorize content based on your preferences.
A proto holding information specific to a local services insurance.
Fields |
amount_micros
|
int64
Output only. Insurance amount. This is measured in "micros" of the currency mentioned in the insurance document.
|
rejection_reason
|
LocalServicesInsuranceRejectionReason
Output only. Insurance document's rejection reason.
|
insurance_document_readonly
|
LocalServicesDocumentReadOnly
Output only. The readonly field containing the information for an uploaded insurance document.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["This proto contains information related to insurance for local services."],["It includes fields for insurance amount, rejection reason, and a readonly view of the uploaded insurance document."],["Amount is stored in micros and uses the currency specified in the insurance document."],["Rejection reasons are provided through a dedicated enum."],["Insurance document details are available through the `insurance_document_readonly` field with limited access."]]],[]]