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 TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.longOutput only.booleanOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-