Package viam.app.v1
Interface Billing.ChargeOrganizationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Billing.ChargeOrganizationRequest,Billing.ChargeOrganizationRequest.Builder
- Enclosing class:
Billing
public static interface Billing.ChargeOrganizationRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string description = 2 [json_name = "description"];com.google.protobuf.ByteStringoptional string description = 2 [json_name = "description"];booleanbool disable_confirmation_email = 6 [json_name = "disableConfirmationEmail"];optional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];com.google.protobuf.ByteStringoptional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];string org_id_to_charge = 1 [json_name = "orgIdToCharge"];com.google.protobuf.ByteStringstring org_id_to_charge = 1 [json_name = "orgIdToCharge"];doubledouble subtotal = 3 [json_name = "subtotal"];doublegetTax()double tax = 4 [json_name = "tax"];booleanoptional string description = 2 [json_name = "description"];booleanoptional string org_id_for_branding = 5 [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.
-
hasDescription
boolean hasDescription()optional string description = 2 [json_name = "description"];- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()optional string description = 2 [json_name = "description"];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()optional string description = 2 [json_name = "description"];- Returns:
- The bytes for description.
-
getSubtotal
double getSubtotal()double subtotal = 3 [json_name = "subtotal"];- Returns:
- The subtotal.
-
getTax
double getTax()double tax = 4 [json_name = "tax"];- Returns:
- The tax.
-
hasOrgIdForBranding
boolean hasOrgIdForBranding()optional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];- Returns:
- Whether the orgIdForBranding field is set.
-
getOrgIdForBranding
String getOrgIdForBranding()optional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];- Returns:
- The orgIdForBranding.
-
getOrgIdForBrandingBytes
com.google.protobuf.ByteString getOrgIdForBrandingBytes()optional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];- Returns:
- The bytes for orgIdForBranding.
-
getDisableConfirmationEmail
boolean getDisableConfirmationEmail()bool disable_confirmation_email = 6 [json_name = "disableConfirmationEmail"];- Returns:
- The disableConfirmationEmail.
-