Interface Invoice.AccountSummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Invoice.AccountSummary,Invoice.AccountSummary.Builder
- Enclosing class:
- Invoice
public static interface Invoice.AccountSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCustomer
boolean hasCustomer()
Output only. The account associated with the account summary.
optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the customer field is set.
-
getCustomer
java.lang.String getCustomer()
Output only. The account associated with the account summary.
optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The customer.
-
getCustomerBytes
com.google.protobuf.ByteString getCustomerBytes()
Output only. The account associated with the account summary.
optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for customer.
-
hasBillingCorrectionSubtotalAmountMicros
boolean hasBillingCorrectionSubtotalAmountMicros()
Output only. Pretax billing correction subtotal amount, in micros.
optional int64 billing_correction_subtotal_amount_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the billingCorrectionSubtotalAmountMicros field is set.
-
getBillingCorrectionSubtotalAmountMicros
long getBillingCorrectionSubtotalAmountMicros()
Output only. Pretax billing correction subtotal amount, in micros.
optional int64 billing_correction_subtotal_amount_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The billingCorrectionSubtotalAmountMicros.
-
hasBillingCorrectionTaxAmountMicros
boolean hasBillingCorrectionTaxAmountMicros()
Output only. Tax on billing correction, in micros.
optional int64 billing_correction_tax_amount_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the billingCorrectionTaxAmountMicros field is set.
-
getBillingCorrectionTaxAmountMicros
long getBillingCorrectionTaxAmountMicros()
Output only. Tax on billing correction, in micros.
optional int64 billing_correction_tax_amount_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The billingCorrectionTaxAmountMicros.
-
hasBillingCorrectionTotalAmountMicros
boolean hasBillingCorrectionTotalAmountMicros()
Output only. Total billing correction amount, in micros.
optional int64 billing_correction_total_amount_micros = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the billingCorrectionTotalAmountMicros field is set.
-
getBillingCorrectionTotalAmountMicros
long getBillingCorrectionTotalAmountMicros()
Output only. Total billing correction amount, in micros.
optional int64 billing_correction_total_amount_micros = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The billingCorrectionTotalAmountMicros.
-
hasCouponAdjustmentSubtotalAmountMicros
boolean hasCouponAdjustmentSubtotalAmountMicros()
Output only. Pretax coupon adjustment subtotal amount, in micros.
optional int64 coupon_adjustment_subtotal_amount_micros = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the couponAdjustmentSubtotalAmountMicros field is set.
-
getCouponAdjustmentSubtotalAmountMicros
long getCouponAdjustmentSubtotalAmountMicros()
Output only. Pretax coupon adjustment subtotal amount, in micros.
optional int64 coupon_adjustment_subtotal_amount_micros = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The couponAdjustmentSubtotalAmountMicros.
-
hasCouponAdjustmentTaxAmountMicros
boolean hasCouponAdjustmentTaxAmountMicros()
Output only. Tax on coupon adjustment, in micros.
optional int64 coupon_adjustment_tax_amount_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the couponAdjustmentTaxAmountMicros field is set.
-
getCouponAdjustmentTaxAmountMicros
long getCouponAdjustmentTaxAmountMicros()
Output only. Tax on coupon adjustment, in micros.
optional int64 coupon_adjustment_tax_amount_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The couponAdjustmentTaxAmountMicros.
-
hasCouponAdjustmentTotalAmountMicros
boolean hasCouponAdjustmentTotalAmountMicros()
Output only. Total coupon adjustment amount, in micros.
optional int64 coupon_adjustment_total_amount_micros = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the couponAdjustmentTotalAmountMicros field is set.
-
getCouponAdjustmentTotalAmountMicros
long getCouponAdjustmentTotalAmountMicros()
Output only. Total coupon adjustment amount, in micros.
optional int64 coupon_adjustment_total_amount_micros = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The couponAdjustmentTotalAmountMicros.
-
hasExcessCreditAdjustmentSubtotalAmountMicros
boolean hasExcessCreditAdjustmentSubtotalAmountMicros()
Output only. Pretax excess credit adjustment subtotal amount, in micros.
optional int64 excess_credit_adjustment_subtotal_amount_micros = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the excessCreditAdjustmentSubtotalAmountMicros field is set.
-
getExcessCreditAdjustmentSubtotalAmountMicros
long getExcessCreditAdjustmentSubtotalAmountMicros()
Output only. Pretax excess credit adjustment subtotal amount, in micros.
optional int64 excess_credit_adjustment_subtotal_amount_micros = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The excessCreditAdjustmentSubtotalAmountMicros.
-
hasExcessCreditAdjustmentTaxAmountMicros
boolean hasExcessCreditAdjustmentTaxAmountMicros()
Output only. Tax on excess credit adjustment, in micros.
optional int64 excess_credit_adjustment_tax_amount_micros = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the excessCreditAdjustmentTaxAmountMicros field is set.
-
getExcessCreditAdjustmentTaxAmountMicros
long getExcessCreditAdjustmentTaxAmountMicros()
Output only. Tax on excess credit adjustment, in micros.
optional int64 excess_credit_adjustment_tax_amount_micros = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The excessCreditAdjustmentTaxAmountMicros.
-
hasExcessCreditAdjustmentTotalAmountMicros
boolean hasExcessCreditAdjustmentTotalAmountMicros()
Output only. Total excess credit adjustment amount, in micros.
optional int64 excess_credit_adjustment_total_amount_micros = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the excessCreditAdjustmentTotalAmountMicros field is set.
-
getExcessCreditAdjustmentTotalAmountMicros
long getExcessCreditAdjustmentTotalAmountMicros()
Output only. Total excess credit adjustment amount, in micros.
optional int64 excess_credit_adjustment_total_amount_micros = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The excessCreditAdjustmentTotalAmountMicros.
-
hasRegulatoryCostsSubtotalAmountMicros
boolean hasRegulatoryCostsSubtotalAmountMicros()
Output only. Pretax regulatory costs subtotal amount, in micros.
optional int64 regulatory_costs_subtotal_amount_micros = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the regulatoryCostsSubtotalAmountMicros field is set.
-
getRegulatoryCostsSubtotalAmountMicros
long getRegulatoryCostsSubtotalAmountMicros()
Output only. Pretax regulatory costs subtotal amount, in micros.
optional int64 regulatory_costs_subtotal_amount_micros = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The regulatoryCostsSubtotalAmountMicros.
-
hasRegulatoryCostsTaxAmountMicros
boolean hasRegulatoryCostsTaxAmountMicros()
Output only. Tax on regulatory costs, in micros.
optional int64 regulatory_costs_tax_amount_micros = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the regulatoryCostsTaxAmountMicros field is set.
-
getRegulatoryCostsTaxAmountMicros
long getRegulatoryCostsTaxAmountMicros()
Output only. Tax on regulatory costs, in micros.
optional int64 regulatory_costs_tax_amount_micros = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The regulatoryCostsTaxAmountMicros.
-
hasRegulatoryCostsTotalAmountMicros
boolean hasRegulatoryCostsTotalAmountMicros()
Output only. Total regulatory costs amount, in micros.
optional int64 regulatory_costs_total_amount_micros = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the regulatoryCostsTotalAmountMicros field is set.
-
getRegulatoryCostsTotalAmountMicros
long getRegulatoryCostsTotalAmountMicros()
Output only. Total regulatory costs amount, in micros.
optional int64 regulatory_costs_total_amount_micros = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The regulatoryCostsTotalAmountMicros.
-
hasExportChargeSubtotalAmountMicros
boolean hasExportChargeSubtotalAmountMicros()
Output only. Pretax export charge subtotal amount, in micros.
optional int64 export_charge_subtotal_amount_micros = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the exportChargeSubtotalAmountMicros field is set.
-
getExportChargeSubtotalAmountMicros
long getExportChargeSubtotalAmountMicros()
Output only. Pretax export charge subtotal amount, in micros.
optional int64 export_charge_subtotal_amount_micros = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The exportChargeSubtotalAmountMicros.
-
hasExportChargeTaxAmountMicros
boolean hasExportChargeTaxAmountMicros()
Output only. Tax on export charge, in micros.
optional int64 export_charge_tax_amount_micros = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the exportChargeTaxAmountMicros field is set.
-
getExportChargeTaxAmountMicros
long getExportChargeTaxAmountMicros()
Output only. Tax on export charge, in micros.
optional int64 export_charge_tax_amount_micros = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The exportChargeTaxAmountMicros.
-
hasExportChargeTotalAmountMicros
boolean hasExportChargeTotalAmountMicros()
Output only. Total export charge amount, in micros.
optional int64 export_charge_total_amount_micros = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the exportChargeTotalAmountMicros field is set.
-
getExportChargeTotalAmountMicros
long getExportChargeTotalAmountMicros()
Output only. Total export charge amount, in micros.
optional int64 export_charge_total_amount_micros = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The exportChargeTotalAmountMicros.
-
hasSubtotalAmountMicros
boolean hasSubtotalAmountMicros()
Output only. Total pretax subtotal amount attributable to the account during the service period, in micros.
optional int64 subtotal_amount_micros = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the subtotalAmountMicros field is set.
-
getSubtotalAmountMicros
long getSubtotalAmountMicros()
Output only. Total pretax subtotal amount attributable to the account during the service period, in micros.
optional int64 subtotal_amount_micros = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The subtotalAmountMicros.
-
hasTaxAmountMicros
boolean hasTaxAmountMicros()
Output only. Total tax amount attributable to the account during the service period, in micros.
optional int64 tax_amount_micros = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the taxAmountMicros field is set.
-
getTaxAmountMicros
long getTaxAmountMicros()
Output only. Total tax amount attributable to the account during the service period, in micros.
optional int64 tax_amount_micros = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The taxAmountMicros.
-
hasTotalAmountMicros
boolean hasTotalAmountMicros()
Output only. Total amount attributable to the account during the service period, in micros. This equals the sum of the subtotal_amount_micros and tax_amount_micros.
optional int64 total_amount_micros = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the totalAmountMicros field is set.
-
getTotalAmountMicros
long getTotalAmountMicros()
Output only. Total amount attributable to the account during the service period, in micros. This equals the sum of the subtotal_amount_micros and tax_amount_micros.
optional int64 total_amount_micros = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The totalAmountMicros.
-
-