Interface Invoice.InvalidActivitySummaryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Invoice.InvalidActivitySummary, Invoice.InvalidActivitySummary.Builder
Enclosing class:
Invoice

public static interface Invoice.InvalidActivitySummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasOriginalMonthOfService

      boolean hasOriginalMonthOfService()
       Output only. Original month of service related to this invalid activity
       credit.
       
      optional .google.ads.googleads.v18.enums.MonthOfYearEnum.MonthOfYear original_month_of_service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the originalMonthOfService field is set.
    • getOriginalMonthOfServiceValue

      int getOriginalMonthOfServiceValue()
       Output only. Original month of service related to this invalid activity
       credit.
       
      optional .google.ads.googleads.v18.enums.MonthOfYearEnum.MonthOfYear original_month_of_service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for originalMonthOfService.
    • getOriginalMonthOfService

      MonthOfYearEnum.MonthOfYear getOriginalMonthOfService()
       Output only. Original month of service related to this invalid activity
       credit.
       
      optional .google.ads.googleads.v18.enums.MonthOfYearEnum.MonthOfYear original_month_of_service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The originalMonthOfService.
    • hasOriginalYearOfService

      boolean hasOriginalYearOfService()
       Output only. Original year of service related to this invalid activity
       credit.
       
      optional string original_year_of_service = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the originalYearOfService field is set.
    • getOriginalYearOfService

      String getOriginalYearOfService()
       Output only. Original year of service related to this invalid activity
       credit.
       
      optional string original_year_of_service = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The originalYearOfService.
    • getOriginalYearOfServiceBytes

      com.google.protobuf.ByteString getOriginalYearOfServiceBytes()
       Output only. Original year of service related to this invalid activity
       credit.
       
      optional string original_year_of_service = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for originalYearOfService.
    • hasOriginalInvoiceId

      boolean hasOriginalInvoiceId()
       Output only. Original invoice number related to this invalid activity
       credit.
       
      optional string original_invoice_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the originalInvoiceId field is set.
    • getOriginalInvoiceId

      String getOriginalInvoiceId()
       Output only. Original invoice number related to this invalid activity
       credit.
       
      optional string original_invoice_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The originalInvoiceId.
    • getOriginalInvoiceIdBytes

      com.google.protobuf.ByteString getOriginalInvoiceIdBytes()
       Output only. Original invoice number related to this invalid activity
       credit.
       
      optional string original_invoice_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for originalInvoiceId.
    • hasOriginalAccountBudgetName

      boolean hasOriginalAccountBudgetName()
       Output only. Original account budget name related to this invalid
       activity credit.
       
      optional string original_account_budget_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the originalAccountBudgetName field is set.
    • getOriginalAccountBudgetName

      String getOriginalAccountBudgetName()
       Output only. Original account budget name related to this invalid
       activity credit.
       
      optional string original_account_budget_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The originalAccountBudgetName.
    • getOriginalAccountBudgetNameBytes

      com.google.protobuf.ByteString getOriginalAccountBudgetNameBytes()
       Output only. Original account budget name related to this invalid
       activity credit.
       
      optional string original_account_budget_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for originalAccountBudgetName.
    • hasOriginalPurchaseOrderNumber

      boolean hasOriginalPurchaseOrderNumber()
       Output only. Original purchase order number related to this invalid
       activity credit.
       
      optional string original_purchase_order_number = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the originalPurchaseOrderNumber field is set.
    • getOriginalPurchaseOrderNumber

      String getOriginalPurchaseOrderNumber()
       Output only. Original purchase order number related to this invalid
       activity credit.
       
      optional string original_purchase_order_number = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The originalPurchaseOrderNumber.
    • getOriginalPurchaseOrderNumberBytes

      com.google.protobuf.ByteString getOriginalPurchaseOrderNumberBytes()
       Output only. Original purchase order number related to this invalid
       activity credit.
       
      optional string original_purchase_order_number = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for originalPurchaseOrderNumber.
    • hasAmountMicros

      boolean hasAmountMicros()
       Output only. Invalid activity amount in micros.
       
      optional int64 amount_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the amountMicros field is set.
    • getAmountMicros

      long getAmountMicros()
       Output only. Invalid activity amount in micros.
       
      optional int64 amount_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The amountMicros.