Package viam.app.v1
Interface Billing.VerificationInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Billing.VerificationInfo,Billing.VerificationInfo.Builder
- Enclosing class:
- Billing
public static interface Billing.VerificationInfoOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 arrival_date = 1 [json_name = "arrivalDate"];string hosted_verification_page_url = 2 [json_name = "hostedVerificationPageUrl"];com.google.protobuf.ByteStringstring hosted_verification_page_url = 2 [json_name = "hostedVerificationPageUrl"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getArrivalDate
long getArrivalDate()int64 arrival_date = 1 [json_name = "arrivalDate"];- Returns:
- The arrivalDate.
-
getHostedVerificationPageUrl
String getHostedVerificationPageUrl()string hosted_verification_page_url = 2 [json_name = "hostedVerificationPageUrl"];- Returns:
- The hostedVerificationPageUrl.
-
getHostedVerificationPageUrlBytes
com.google.protobuf.ByteString getHostedVerificationPageUrlBytes()string hosted_verification_page_url = 2 [json_name = "hostedVerificationPageUrl"];- Returns:
- The bytes for hostedVerificationPageUrl.
-