Package viam.app.v1
Interface Billing.CreateInvoiceAndChargeImmediatelyResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Billing.CreateInvoiceAndChargeImmediatelyResponse,Billing.CreateInvoiceAndChargeImmediatelyResponse.Builder
- Enclosing class:
- Billing
public static interface Billing.CreateInvoiceAndChargeImmediatelyResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring invoice_id = 1 [json_name = "invoiceId"];com.google.protobuf.ByteStringstring invoice_id = 1 [json_name = "invoiceId"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getInvoiceId
String getInvoiceId()string invoice_id = 1 [json_name = "invoiceId"];- Returns:
- The invoiceId.
-
getInvoiceIdBytes
com.google.protobuf.ByteString getInvoiceIdBytes()string invoice_id = 1 [json_name = "invoiceId"];- Returns:
- The bytes for invoiceId.
-