Class Invoice.AccountSummary

  • All Implemented Interfaces:
    Invoice.AccountSummaryOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable
    Enclosing class:
    Invoice

    public static final class Invoice.AccountSummary
    extends com.google.protobuf.GeneratedMessageV3
    implements Invoice.AccountSummaryOrBuilder
     Represents a summarized view at account level.
     
    Protobuf type google.ads.googleads.v14.resources.Invoice.AccountSummary
    See Also:
    Serialized Form
    • Field Detail

      • BILLING_CORRECTION_SUBTOTAL_AMOUNT_MICROS_FIELD_NUMBER

        public static final int BILLING_CORRECTION_SUBTOTAL_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • BILLING_CORRECTION_TAX_AMOUNT_MICROS_FIELD_NUMBER

        public static final int BILLING_CORRECTION_TAX_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • BILLING_CORRECTION_TOTAL_AMOUNT_MICROS_FIELD_NUMBER

        public static final int BILLING_CORRECTION_TOTAL_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • COUPON_ADJUSTMENT_SUBTOTAL_AMOUNT_MICROS_FIELD_NUMBER

        public static final int COUPON_ADJUSTMENT_SUBTOTAL_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • COUPON_ADJUSTMENT_TAX_AMOUNT_MICROS_FIELD_NUMBER

        public static final int COUPON_ADJUSTMENT_TAX_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • COUPON_ADJUSTMENT_TOTAL_AMOUNT_MICROS_FIELD_NUMBER

        public static final int COUPON_ADJUSTMENT_TOTAL_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EXCESS_CREDIT_ADJUSTMENT_SUBTOTAL_AMOUNT_MICROS_FIELD_NUMBER

        public static final int EXCESS_CREDIT_ADJUSTMENT_SUBTOTAL_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EXCESS_CREDIT_ADJUSTMENT_TAX_AMOUNT_MICROS_FIELD_NUMBER

        public static final int EXCESS_CREDIT_ADJUSTMENT_TAX_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EXCESS_CREDIT_ADJUSTMENT_TOTAL_AMOUNT_MICROS_FIELD_NUMBER

        public static final int EXCESS_CREDIT_ADJUSTMENT_TOTAL_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REGULATORY_COSTS_SUBTOTAL_AMOUNT_MICROS_FIELD_NUMBER

        public static final int REGULATORY_COSTS_SUBTOTAL_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REGULATORY_COSTS_TAX_AMOUNT_MICROS_FIELD_NUMBER

        public static final int REGULATORY_COSTS_TAX_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REGULATORY_COSTS_TOTAL_AMOUNT_MICROS_FIELD_NUMBER

        public static final int REGULATORY_COSTS_TOTAL_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EXPORT_CHARGE_SUBTOTAL_AMOUNT_MICROS_FIELD_NUMBER

        public static final int EXPORT_CHARGE_SUBTOTAL_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EXPORT_CHARGE_TAX_AMOUNT_MICROS_FIELD_NUMBER

        public static final int EXPORT_CHARGE_TAX_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EXPORT_CHARGE_TOTAL_AMOUNT_MICROS_FIELD_NUMBER

        public static final int EXPORT_CHARGE_TOTAL_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SUBTOTAL_AMOUNT_MICROS_FIELD_NUMBER

        public static final int SUBTOTAL_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TAX_AMOUNT_MICROS_FIELD_NUMBER

        public static final int TAX_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TOTAL_AMOUNT_MICROS_FIELD_NUMBER

        public static final int TOTAL_AMOUNT_MICROS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasCustomer

        public boolean hasCustomer()
         Output only. The account associated with the account summary.
         
        optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCustomer in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the customer field is set.
      • getCustomer

        public java.lang.String getCustomer()
         Output only. The account associated with the account summary.
         
        optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCustomer in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The customer.
      • getCustomerBytes

        public com.google.protobuf.ByteString getCustomerBytes()
         Output only. The account associated with the account summary.
         
        optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCustomerBytes in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The bytes for customer.
      • hasBillingCorrectionSubtotalAmountMicros

        public 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];
        Specified by:
        hasBillingCorrectionSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the billingCorrectionSubtotalAmountMicros field is set.
      • getBillingCorrectionSubtotalAmountMicros

        public 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];
        Specified by:
        getBillingCorrectionSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The billingCorrectionSubtotalAmountMicros.
      • hasBillingCorrectionTaxAmountMicros

        public boolean hasBillingCorrectionTaxAmountMicros()
         Output only. Tax on billing correction, in micros.
         
        optional int64 billing_correction_tax_amount_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasBillingCorrectionTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the billingCorrectionTaxAmountMicros field is set.
      • getBillingCorrectionTaxAmountMicros

        public long getBillingCorrectionTaxAmountMicros()
         Output only. Tax on billing correction, in micros.
         
        optional int64 billing_correction_tax_amount_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getBillingCorrectionTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The billingCorrectionTaxAmountMicros.
      • hasBillingCorrectionTotalAmountMicros

        public boolean hasBillingCorrectionTotalAmountMicros()
         Output only. Total billing correction amount, in micros.
         
        optional int64 billing_correction_total_amount_micros = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasBillingCorrectionTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the billingCorrectionTotalAmountMicros field is set.
      • getBillingCorrectionTotalAmountMicros

        public long getBillingCorrectionTotalAmountMicros()
         Output only. Total billing correction amount, in micros.
         
        optional int64 billing_correction_total_amount_micros = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getBillingCorrectionTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The billingCorrectionTotalAmountMicros.
      • hasCouponAdjustmentSubtotalAmountMicros

        public 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];
        Specified by:
        hasCouponAdjustmentSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the couponAdjustmentSubtotalAmountMicros field is set.
      • getCouponAdjustmentSubtotalAmountMicros

        public 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];
        Specified by:
        getCouponAdjustmentSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The couponAdjustmentSubtotalAmountMicros.
      • hasCouponAdjustmentTaxAmountMicros

        public boolean hasCouponAdjustmentTaxAmountMicros()
         Output only. Tax on coupon adjustment, in micros.
         
        optional int64 coupon_adjustment_tax_amount_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCouponAdjustmentTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the couponAdjustmentTaxAmountMicros field is set.
      • getCouponAdjustmentTaxAmountMicros

        public long getCouponAdjustmentTaxAmountMicros()
         Output only. Tax on coupon adjustment, in micros.
         
        optional int64 coupon_adjustment_tax_amount_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCouponAdjustmentTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The couponAdjustmentTaxAmountMicros.
      • hasCouponAdjustmentTotalAmountMicros

        public boolean hasCouponAdjustmentTotalAmountMicros()
         Output only. Total coupon adjustment amount, in micros.
         
        optional int64 coupon_adjustment_total_amount_micros = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCouponAdjustmentTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the couponAdjustmentTotalAmountMicros field is set.
      • getCouponAdjustmentTotalAmountMicros

        public long getCouponAdjustmentTotalAmountMicros()
         Output only. Total coupon adjustment amount, in micros.
         
        optional int64 coupon_adjustment_total_amount_micros = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCouponAdjustmentTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The couponAdjustmentTotalAmountMicros.
      • hasExcessCreditAdjustmentSubtotalAmountMicros

        public 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];
        Specified by:
        hasExcessCreditAdjustmentSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the excessCreditAdjustmentSubtotalAmountMicros field is set.
      • getExcessCreditAdjustmentSubtotalAmountMicros

        public 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];
        Specified by:
        getExcessCreditAdjustmentSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The excessCreditAdjustmentSubtotalAmountMicros.
      • hasExcessCreditAdjustmentTaxAmountMicros

        public 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];
        Specified by:
        hasExcessCreditAdjustmentTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the excessCreditAdjustmentTaxAmountMicros field is set.
      • getExcessCreditAdjustmentTaxAmountMicros

        public 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];
        Specified by:
        getExcessCreditAdjustmentTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The excessCreditAdjustmentTaxAmountMicros.
      • hasExcessCreditAdjustmentTotalAmountMicros

        public 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];
        Specified by:
        hasExcessCreditAdjustmentTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the excessCreditAdjustmentTotalAmountMicros field is set.
      • getExcessCreditAdjustmentTotalAmountMicros

        public 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];
        Specified by:
        getExcessCreditAdjustmentTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The excessCreditAdjustmentTotalAmountMicros.
      • hasRegulatoryCostsSubtotalAmountMicros

        public 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];
        Specified by:
        hasRegulatoryCostsSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the regulatoryCostsSubtotalAmountMicros field is set.
      • getRegulatoryCostsSubtotalAmountMicros

        public 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];
        Specified by:
        getRegulatoryCostsSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The regulatoryCostsSubtotalAmountMicros.
      • hasRegulatoryCostsTaxAmountMicros

        public boolean hasRegulatoryCostsTaxAmountMicros()
         Output only. Tax on regulatory costs, in micros.
         
        optional int64 regulatory_costs_tax_amount_micros = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasRegulatoryCostsTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the regulatoryCostsTaxAmountMicros field is set.
      • getRegulatoryCostsTaxAmountMicros

        public long getRegulatoryCostsTaxAmountMicros()
         Output only. Tax on regulatory costs, in micros.
         
        optional int64 regulatory_costs_tax_amount_micros = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getRegulatoryCostsTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The regulatoryCostsTaxAmountMicros.
      • hasRegulatoryCostsTotalAmountMicros

        public boolean hasRegulatoryCostsTotalAmountMicros()
         Output only. Total regulatory costs amount, in micros.
         
        optional int64 regulatory_costs_total_amount_micros = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasRegulatoryCostsTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the regulatoryCostsTotalAmountMicros field is set.
      • getRegulatoryCostsTotalAmountMicros

        public long getRegulatoryCostsTotalAmountMicros()
         Output only. Total regulatory costs amount, in micros.
         
        optional int64 regulatory_costs_total_amount_micros = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getRegulatoryCostsTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The regulatoryCostsTotalAmountMicros.
      • hasExportChargeSubtotalAmountMicros

        public 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];
        Specified by:
        hasExportChargeSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the exportChargeSubtotalAmountMicros field is set.
      • getExportChargeSubtotalAmountMicros

        public 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];
        Specified by:
        getExportChargeSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The exportChargeSubtotalAmountMicros.
      • hasExportChargeTaxAmountMicros

        public boolean hasExportChargeTaxAmountMicros()
         Output only. Tax on export charge, in micros.
         
        optional int64 export_charge_tax_amount_micros = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasExportChargeTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the exportChargeTaxAmountMicros field is set.
      • getExportChargeTaxAmountMicros

        public long getExportChargeTaxAmountMicros()
         Output only. Tax on export charge, in micros.
         
        optional int64 export_charge_tax_amount_micros = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getExportChargeTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The exportChargeTaxAmountMicros.
      • hasExportChargeTotalAmountMicros

        public boolean hasExportChargeTotalAmountMicros()
         Output only. Total export charge amount, in micros.
         
        optional int64 export_charge_total_amount_micros = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasExportChargeTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the exportChargeTotalAmountMicros field is set.
      • getExportChargeTotalAmountMicros

        public long getExportChargeTotalAmountMicros()
         Output only. Total export charge amount, in micros.
         
        optional int64 export_charge_total_amount_micros = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getExportChargeTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The exportChargeTotalAmountMicros.
      • hasSubtotalAmountMicros

        public 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];
        Specified by:
        hasSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the subtotalAmountMicros field is set.
      • getSubtotalAmountMicros

        public 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];
        Specified by:
        getSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The subtotalAmountMicros.
      • hasTaxAmountMicros

        public 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];
        Specified by:
        hasTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the taxAmountMicros field is set.
      • getTaxAmountMicros

        public 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];
        Specified by:
        getTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The taxAmountMicros.
      • hasTotalAmountMicros

        public 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];
        Specified by:
        hasTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        Whether the totalAmountMicros field is set.
      • getTotalAmountMicros

        public 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];
        Specified by:
        getTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
        Returns:
        The totalAmountMicros.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Invoice.AccountSummary parseFrom​(java.nio.ByteBuffer data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Invoice.AccountSummary parseFrom​(java.nio.ByteBuffer data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Invoice.AccountSummary parseFrom​(com.google.protobuf.ByteString data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Invoice.AccountSummary parseFrom​(com.google.protobuf.ByteString data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Invoice.AccountSummary parseFrom​(byte[] data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Invoice.AccountSummary parseFrom​(byte[] data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Invoice.AccountSummary parseFrom​(java.io.InputStream input)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Invoice.AccountSummary parseFrom​(java.io.InputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Invoice.AccountSummary parseDelimitedFrom​(java.io.InputStream input)
                                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Invoice.AccountSummary parseDelimitedFrom​(java.io.InputStream input,
                                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Invoice.AccountSummary parseFrom​(com.google.protobuf.CodedInputStream input)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Invoice.AccountSummary parseFrom​(com.google.protobuf.CodedInputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public Invoice.AccountSummary.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Invoice.AccountSummary.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Invoice.AccountSummary.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Invoice.AccountSummary> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Invoice.AccountSummary getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder