Package viam.app.v1

Interface Billing.SendPaymentRequiredEmailRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Billing.SendPaymentRequiredEmailRequest, Billing.SendPaymentRequiredEmailRequest.Builder
Enclosing class:
Billing

public static interface Billing.SendPaymentRequiredEmailRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string billing_owner_org_id = 2 [json_name = "billingOwnerOrgId"];
    com.google.protobuf.ByteString
    string billing_owner_org_id = 2 [json_name = "billingOwnerOrgId"];
    string customer_org_id = 1 [json_name = "customerOrgId"];
    com.google.protobuf.ByteString
    string customer_org_id = 1 [json_name = "customerOrgId"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getCustomerOrgId

      String getCustomerOrgId()
      string customer_org_id = 1 [json_name = "customerOrgId"];
      Returns:
      The customerOrgId.
    • getCustomerOrgIdBytes

      com.google.protobuf.ByteString getCustomerOrgIdBytes()
      string customer_org_id = 1 [json_name = "customerOrgId"];
      Returns:
      The bytes for customerOrgId.
    • getBillingOwnerOrgId

      String getBillingOwnerOrgId()
      string billing_owner_org_id = 2 [json_name = "billingOwnerOrgId"];
      Returns:
      The billingOwnerOrgId.
    • getBillingOwnerOrgIdBytes

      com.google.protobuf.ByteString getBillingOwnerOrgIdBytes()
      string billing_owner_org_id = 2 [json_name = "billingOwnerOrgId"];
      Returns:
      The bytes for billingOwnerOrgId.