Package viam.app.v1
Interface Billing.CreateInvoiceAndChargeImmediatelyRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Billing.CreateInvoiceAndChargeImmediatelyRequest
,Billing.CreateInvoiceAndChargeImmediatelyRequest.Builder
- Enclosing class:
- Billing
public static interface Billing.CreateInvoiceAndChargeImmediatelyRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double amount = 2 [json_name = "amount"];
optional string description = 3 [json_name = "description"];
com.google.protobuf.ByteString
optional string description = 3 [json_name = "description"];
optional string org_id_for_branding = 4 [json_name = "orgIdForBranding"];
com.google.protobuf.ByteString
optional string org_id_for_branding = 4 [json_name = "orgIdForBranding"];
string org_id_to_charge = 1 [json_name = "orgIdToCharge"];
com.google.protobuf.ByteString
string org_id_to_charge = 1 [json_name = "orgIdToCharge"];
boolean
optional string description = 3 [json_name = "description"];
boolean
optional string org_id_for_branding = 4 [json_name = "orgIdForBranding"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrgIdToCharge
String getOrgIdToCharge()string org_id_to_charge = 1 [json_name = "orgIdToCharge"];
- Returns:
- The orgIdToCharge.
-
getOrgIdToChargeBytes
com.google.protobuf.ByteString getOrgIdToChargeBytes()string org_id_to_charge = 1 [json_name = "orgIdToCharge"];
- Returns:
- The bytes for orgIdToCharge.
-
getAmount
double getAmount()double amount = 2 [json_name = "amount"];
- Returns:
- The amount.
-
hasDescription
boolean hasDescription()optional string description = 3 [json_name = "description"];
- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()optional string description = 3 [json_name = "description"];
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()optional string description = 3 [json_name = "description"];
- Returns:
- The bytes for description.
-
hasOrgIdForBranding
boolean hasOrgIdForBranding()optional string org_id_for_branding = 4 [json_name = "orgIdForBranding"];
- Returns:
- Whether the orgIdForBranding field is set.
-
getOrgIdForBranding
String getOrgIdForBranding()optional string org_id_for_branding = 4 [json_name = "orgIdForBranding"];
- Returns:
- The orgIdForBranding.
-
getOrgIdForBrandingBytes
com.google.protobuf.ByteString getOrgIdForBrandingBytes()optional string org_id_for_branding = 4 [json_name = "orgIdForBranding"];
- Returns:
- The bytes for orgIdForBranding.
-