Interface Invoice.AdjustmentSummaryOrBuilder

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

public static interface Invoice.AdjustmentSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.
    long
    Output only.
    boolean
    Output only.
    boolean
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasAdjustmentDescription

      boolean hasAdjustmentDescription()
       Output only. The description of the adjustment. Example: Incentive
       Adjustment, discount.
       
      optional string adjustment_description = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the adjustmentDescription field is set.
    • getAdjustmentDescription

      String getAdjustmentDescription()
       Output only. The description of the adjustment. Example: Incentive
       Adjustment, discount.
       
      optional string adjustment_description = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The adjustmentDescription.
    • getAdjustmentDescriptionBytes

      com.google.protobuf.ByteString getAdjustmentDescriptionBytes()
       Output only. The description of the adjustment. Example: Incentive
       Adjustment, discount.
       
      optional string adjustment_description = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for adjustmentDescription.
    • hasAmountMicros

      boolean hasAmountMicros()
       Output only. The amount of the adjustment, in micros. The currency code
       for this amount is the same as the Invoice.currency_code.
       
      optional int64 amount_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the amountMicros field is set.
    • getAmountMicros

      long getAmountMicros()
       Output only. The amount of the adjustment, in micros. The currency code
       for this amount is the same as the Invoice.currency_code.
       
      optional int64 amount_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The amountMicros.