viam.proto.app.billing
@generated by Viam. Do not edit manually!
Classes
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Deprecated: Use ChargeOrganizationRequest instead |
|
Deprecated: Use ChargeOrganizationResponse instead |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
Module Contents
- class viam.proto.app.billing.BillingServiceBase[source]
Bases:
abc.ABCHelper class that provides a standard way to create an ABC using inheritance.
- abstractmethod GetCurrentMonthUsage(stream: grpclib.server.Stream[app.v1.billing_pb2.GetCurrentMonthUsageRequest, app.v1.billing_pb2.GetCurrentMonthUsageResponse]) None[source]
- Async:
- abstractmethod GetOrgBillingInformation(stream: grpclib.server.Stream[app.v1.billing_pb2.GetOrgBillingInformationRequest, app.v1.billing_pb2.GetOrgBillingInformationResponse]) None[source]
- Async:
- abstractmethod GetInvoicesSummary(stream: grpclib.server.Stream[app.v1.billing_pb2.GetInvoicesSummaryRequest, app.v1.billing_pb2.GetInvoicesSummaryResponse]) None[source]
- Async:
- abstractmethod GetInvoicePdf(stream: grpclib.server.Stream[app.v1.billing_pb2.GetInvoicePdfRequest, app.v1.billing_pb2.GetInvoicePdfResponse]) None[source]
- Async:
- abstractmethod SendPaymentRequiredEmail(stream: grpclib.server.Stream[app.v1.billing_pb2.SendPaymentRequiredEmailRequest, app.v1.billing_pb2.SendPaymentRequiredEmailResponse]) None[source]
- Async:
- abstractmethod GetAvailableBillingTiers(stream: grpclib.server.Stream[app.v1.billing_pb2.GetAvailableBillingTiersRequest, app.v1.billing_pb2.GetAvailableBillingTiersResponse]) None[source]
- Async:
- abstractmethod UpdateOrganizationBillingTier(stream: grpclib.server.Stream[app.v1.billing_pb2.UpdateOrganizationBillingTierRequest, app.v1.billing_pb2.UpdateOrganizationBillingTierResponse]) None[source]
- Async:
- abstractmethod GetLocationBillingOrganization(stream: grpclib.server.Stream[app.v1.billing_pb2.GetLocationBillingOrganizationRequest, app.v1.billing_pb2.GetLocationBillingOrganizationResponse]) None[source]
- Async:
- abstractmethod UpdateLocationBillingOrganization(stream: grpclib.server.Stream[app.v1.billing_pb2.UpdateLocationBillingOrganizationRequest, app.v1.billing_pb2.UpdateLocationBillingOrganizationResponse]) None[source]
- Async:
- abstractmethod ChargeOrganization(stream: grpclib.server.Stream[app.v1.billing_pb2.ChargeOrganizationRequest, app.v1.billing_pb2.ChargeOrganizationResponse]) None[source]
- Async:
- abstractmethod CreateInvoiceAndChargeImmediately(stream: grpclib.server.Stream[app.v1.billing_pb2.CreateInvoiceAndChargeImmediatelyRequest, app.v1.billing_pb2.CreateInvoiceAndChargeImmediatelyResponse]) None[source]
- Async:
- class viam.proto.app.billing.BillingServiceStub(channel: grpclib.client.Channel)[source]
- GetCurrentMonthUsage
- GetOrgBillingInformation
- GetInvoicesSummary
- GetInvoicePdf
- SendPaymentRequiredEmail
- GetAvailableBillingTiers
- UpdateOrganizationBillingTier
- GetLocationBillingOrganization
- UpdateLocationBillingOrganization
- ChargeOrganization
- CreateInvoiceAndChargeImmediately
- class viam.proto.app.billing.UnimplementedBillingServiceBase[source]
Bases:
BillingServiceBaseHelper class that provides a standard way to create an ABC using inheritance.
- async GetCurrentMonthUsage(stream: grpclib.server.Stream[app.v1.billing_pb2.GetCurrentMonthUsageRequest, app.v1.billing_pb2.GetCurrentMonthUsageResponse]) None[source]
- async GetOrgBillingInformation(stream: grpclib.server.Stream[app.v1.billing_pb2.GetOrgBillingInformationRequest, app.v1.billing_pb2.GetOrgBillingInformationResponse]) None[source]
- async GetInvoicesSummary(stream: grpclib.server.Stream[app.v1.billing_pb2.GetInvoicesSummaryRequest, app.v1.billing_pb2.GetInvoicesSummaryResponse]) None[source]
- async GetInvoicePdf(stream: grpclib.server.Stream[app.v1.billing_pb2.GetInvoicePdfRequest, app.v1.billing_pb2.GetInvoicePdfResponse]) None[source]
- async SendPaymentRequiredEmail(stream: grpclib.server.Stream[app.v1.billing_pb2.SendPaymentRequiredEmailRequest, app.v1.billing_pb2.SendPaymentRequiredEmailResponse]) None[source]
- async GetAvailableBillingTiers(stream: grpclib.server.Stream[app.v1.billing_pb2.GetAvailableBillingTiersRequest, app.v1.billing_pb2.GetAvailableBillingTiersResponse]) None[source]
- async UpdateOrganizationBillingTier(stream: grpclib.server.Stream[app.v1.billing_pb2.UpdateOrganizationBillingTierRequest, app.v1.billing_pb2.UpdateOrganizationBillingTierResponse]) None[source]
- async GetLocationBillingOrganization(stream: grpclib.server.Stream[app.v1.billing_pb2.GetLocationBillingOrganizationRequest, app.v1.billing_pb2.GetLocationBillingOrganizationResponse]) None[source]
- async UpdateLocationBillingOrganization(stream: grpclib.server.Stream[app.v1.billing_pb2.UpdateLocationBillingOrganizationRequest, app.v1.billing_pb2.UpdateLocationBillingOrganizationResponse]) None[source]
- async ChargeOrganization(stream: grpclib.server.Stream[app.v1.billing_pb2.ChargeOrganizationRequest, app.v1.billing_pb2.ChargeOrganizationResponse]) None[source]
- async CreateInvoiceAndChargeImmediately(stream: grpclib.server.Stream[app.v1.billing_pb2.CreateInvoiceAndChargeImmediatelyRequest, app.v1.billing_pb2.CreateInvoiceAndChargeImmediatelyResponse]) None[source]
- class viam.proto.app.billing.ChargeOrganizationRequest(*, org_id_to_charge: str = ..., description: str | None = ..., subtotal: float = ..., tax: float = ..., org_id_for_branding: str | None = ..., disable_confirmation_email: bool = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- org_id_to_charge: str
- description: str
- subtotal: float
- tax: float
- org_id_for_branding: str
- disable_confirmation_email: bool
- HasField(field_name: _HasFieldArgType) bool
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
bool
- Raises:
ValueError – if the field_name is not a member of this message.
- WhichOneof(oneof_group: _WhichOneofArgType__description) _WhichOneofReturnType__description | None
- WhichOneof(oneof_group: _WhichOneofArgType__org_id_for_branding) _WhichOneofReturnType__org_id_for_branding | None
Returns the name of the field that is set inside a oneof group.
If no field is set, returns None.
- Parameters:
oneof_group (str) – the name of the oneof group to check.
- Returns:
The name of the group that is set, or None.
- Return type:
str or None
- Raises:
ValueError – no group with the given name exists
- class viam.proto.app.billing.ChargeOrganizationResponse(*, invoice_id: str = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- invoice_id: str
- class viam.proto.app.billing.CreateInvoiceAndChargeImmediatelyRequest(*, org_id_to_charge: str = ..., amount: float = ..., description: str | None = ..., org_id_for_branding: str | None = ..., disable_email: bool = ...)
Bases:
google.protobuf.message.MessageDeprecated: Use ChargeOrganizationRequest instead
- org_id_to_charge: str
- amount: float
- description: str
- org_id_for_branding: str
- disable_email: bool
- HasField(field_name: _HasFieldArgType) bool
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
bool
- Raises:
ValueError – if the field_name is not a member of this message.
- WhichOneof(oneof_group: _WhichOneofArgType__description) _WhichOneofReturnType__description | None
- WhichOneof(oneof_group: _WhichOneofArgType__org_id_for_branding) _WhichOneofReturnType__org_id_for_branding | None
Returns the name of the field that is set inside a oneof group.
If no field is set, returns None.
- Parameters:
oneof_group (str) – the name of the oneof group to check.
- Returns:
The name of the group that is set, or None.
- Return type:
str or None
- Raises:
ValueError – no group with the given name exists
- class viam.proto.app.billing.CreateInvoiceAndChargeImmediatelyResponse(*, invoice_id: str = ...)
Bases:
google.protobuf.message.MessageDeprecated: Use ChargeOrganizationResponse instead
- invoice_id: str
- class viam.proto.app.billing.GetAvailableBillingTiersRequest
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- class viam.proto.app.billing.GetAvailableBillingTiersResponse(*, tiers: collections.abc.Iterable[str] | None = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- tiers() google.protobuf.internal.containers.RepeatedScalarFieldContainer[str]
- class viam.proto.app.billing.GetCurrentMonthUsageRequest(*, org_id: str = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- org_id: str
- class viam.proto.app.billing.GetCurrentMonthUsageResponse(*, start_date: google.protobuf.timestamp_pb2.Timestamp | None = ..., end_date: google.protobuf.timestamp_pb2.Timestamp | None = ..., resource_usage_costs_by_source: collections.abc.Iterable[Global___ResourceUsageCostsBySource] | None = ..., subtotal: float = ..., cloud_storage_usage_cost: float = ..., data_upload_usage_cost: float = ..., data_egres_usage_cost: float = ..., remote_control_usage_cost: float = ..., standard_compute_usage_cost: float = ..., discount_amount: float = ..., total_usage_with_discount: float = ..., total_usage_without_discount: float = ..., per_machine_usage_cost: float = ..., binary_data_cloud_storage_usage_cost: float = ..., other_cloud_storage_usage_cost: float = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- subtotal: float
- cloud_storage_usage_cost() float
all fields below are deprecated
- data_upload_usage_cost() float
- data_egres_usage_cost() float
- remote_control_usage_cost() float
- standard_compute_usage_cost() float
- discount_amount() float
- total_usage_with_discount() float
- total_usage_without_discount() float
- per_machine_usage_cost() float
- binary_data_cloud_storage_usage_cost() float
- other_cloud_storage_usage_cost() float
- start_date() google.protobuf.timestamp_pb2.Timestamp
- end_date() google.protobuf.timestamp_pb2.Timestamp
- resource_usage_costs_by_source() google.protobuf.internal.containers.RepeatedCompositeFieldContainer[Global___ResourceUsageCostsBySource]
- HasField(field_name: _HasFieldArgType) bool
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
bool
- Raises:
ValueError – if the field_name is not a member of this message.
- class viam.proto.app.billing.GetInvoicePdfRequest(*, id: str = ..., org_id: str = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- id: str
- org_id: str
- class viam.proto.app.billing.GetInvoicePdfResponse(*, chunk: bytes = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- chunk: bytes
- class viam.proto.app.billing.GetInvoicesSummaryRequest(*, org_id: str = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- org_id: str
- class viam.proto.app.billing.GetInvoicesSummaryResponse(*, outstanding_balance: float = ..., invoices: collections.abc.Iterable[Global___InvoiceSummary] | None = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- outstanding_balance: float
all unpaid balances at the end of the last billing cycle
- invoices() google.protobuf.internal.containers.RepeatedCompositeFieldContainer[Global___InvoiceSummary]
all previous invoices
- class viam.proto.app.billing.GetLocationBillingOrganizationRequest(*, location_id: str = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- location_id: str
- class viam.proto.app.billing.GetLocationBillingOrganizationResponse(*, billing_organization_id: str = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- billing_organization_id: str
- class viam.proto.app.billing.GetOrgBillingInformationRequest(*, org_id: str = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- org_id: str
- class viam.proto.app.billing.GetOrgBillingInformationResponse(*, type: Global___PaymentMethodType = ..., billing_email: str = ..., method: Global___PaymentMethodCard | None = ..., billing_tier: str | None = ..., method_us_bank_account: Global___PaymentMethodUSBankAccount | None = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- billing_email: str
- billing_tier: str
Only return billing_tier for billing dashboard admin users
- method() Global___PaymentMethodCard
defined if type is PAYMENT_METHOD_TYPE_CARD
- method_us_bank_account() Global___PaymentMethodUSBankAccount
defined if type is PAYMENT_METHOD_TYPE_USBANKACCOUNT
- HasField(field_name: _HasFieldArgType) bool
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
bool
- Raises:
ValueError – if the field_name is not a member of this message.
- WhichOneof(oneof_group: _WhichOneofArgType__billing_tier) _WhichOneofReturnType__billing_tier | None
- WhichOneof(oneof_group: _WhichOneofArgType__method) _WhichOneofReturnType__method | None
- WhichOneof(oneof_group: _WhichOneofArgType__method_us_bank_account) _WhichOneofReturnType__method_us_bank_account | None
Returns the name of the field that is set inside a oneof group.
If no field is set, returns None.
- Parameters:
oneof_group (str) – the name of the oneof group to check.
- Returns:
The name of the group that is set, or None.
- Return type:
str or None
- Raises:
ValueError – no group with the given name exists
- class viam.proto.app.billing.InvoiceSummary(*, id: str = ..., invoice_date: google.protobuf.timestamp_pb2.Timestamp | None = ..., invoice_amount: float = ..., status: str = ..., due_date: google.protobuf.timestamp_pb2.Timestamp | None = ..., paid_date: google.protobuf.timestamp_pb2.Timestamp | None = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- id: str
- invoice_amount: float
- status: str
- invoice_date() google.protobuf.timestamp_pb2.Timestamp
- due_date() google.protobuf.timestamp_pb2.Timestamp
- paid_date() google.protobuf.timestamp_pb2.Timestamp
- HasField(field_name: _HasFieldArgType) bool
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
bool
- Raises:
ValueError – if the field_name is not a member of this message.
- class viam.proto.app.billing.PaymentMethodCard(*, brand: str = ..., last_four_digits: str = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- brand: str
- last_four_digits: str
- class viam.proto.app.billing.PaymentMethodType
Bases:
_PaymentMethodType
- class viam.proto.app.billing.PaymentMethodUSBankAccount(*, bank_name: str = ..., last_four_digits_account_number: str = ..., routing_number: str = ..., account_type: str = ..., verification_info: Global___VerificationInfo | None = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- bank_name: str
- last_four_digits_account_number: str
- routing_number: str
- account_type: str
- verification_info() Global___VerificationInfo
this is only set if the account is not verified
- HasField(field_name: _HasFieldArgType) bool
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
bool
- Raises:
ValueError – if the field_name is not a member of this message.
- WhichOneof(oneof_group: _WhichOneofArgType__verification_info) _WhichOneofReturnType__verification_info | None
Returns the name of the field that is set inside a oneof group.
If no field is set, returns None.
- Parameters:
oneof_group (str) – the name of the oneof group to check.
- Returns:
The name of the group that is set, or None.
- Return type:
str or None
- Raises:
ValueError – no group with the given name exists
- class viam.proto.app.billing.ResourceUsageCosts(*, usage_costs: collections.abc.Iterable[Global___UsageCost] | None = ..., discount: float = ..., total_with_discount: float = ..., total_without_discount: float = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- discount: float
- total_with_discount: float
- total_without_discount: float
- usage_costs() google.protobuf.internal.containers.RepeatedCompositeFieldContainer[Global___UsageCost]
- class viam.proto.app.billing.ResourceUsageCostsBySource(*, source_type: Global___SourceType = ..., resource_usage_costs: Global___ResourceUsageCosts | None = ..., tier_name: str = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- source_type: Global___SourceType
- tier_name: str
- resource_usage_costs() Global___ResourceUsageCosts
- HasField(field_name: _HasFieldArgType) bool
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
bool
- Raises:
ValueError – if the field_name is not a member of this message.
- class viam.proto.app.billing.SendPaymentRequiredEmailRequest(*, customer_org_id: str = ..., billing_owner_org_id: str = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- customer_org_id: str
- billing_owner_org_id: str
- class viam.proto.app.billing.SendPaymentRequiredEmailResponse
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- class viam.proto.app.billing.SourceType
Bases:
_SourceType
- class viam.proto.app.billing.UpdateLocationBillingOrganizationRequest(*, location_id: str = ..., billing_organization_id: str = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- location_id: str
- billing_organization_id: str
- class viam.proto.app.billing.UpdateLocationBillingOrganizationResponse
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- class viam.proto.app.billing.UpdateOrganizationBillingTierRequest(*, organization_id: str = ..., billing_tier: str = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- organization_id: str
- billing_tier: str
- class viam.proto.app.billing.UpdateOrganizationBillingTierResponse
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- class viam.proto.app.billing.UsageCost(*, resource_type: Global___UsageCostType = ..., cost: float = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- resource_type: Global___UsageCostType
- cost: float
- class viam.proto.app.billing.UsageCostType
Bases:
_UsageCostType
- class viam.proto.app.billing.VerificationInfo(*, arrival_date: int = ..., hosted_verification_page_url: str = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- arrival_date: int
- hosted_verification_page_url: str