Class BillingSettings

java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.BillingSettings
All Implemented Interfaces:
XMLizable

public class BillingSettings extends Metadata
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Constructor Details

    • BillingSettings

      public BillingSettings()
      Constructor
  • Method Details

    • getEnableBillingSetup

      public boolean getEnableBillingSetup()
    • isEnableBillingSetup

      public boolean isEnableBillingSetup()
    • setEnableBillingSetup

      public void setEnableBillingSetup(boolean enableBillingSetup)
    • setEnableBillingSetup

      protected void setEnableBillingSetup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getEnableCrMemoApplicationToPostedInvoices

      public boolean getEnableCrMemoApplicationToPostedInvoices()
    • isEnableCrMemoApplicationToPostedInvoices

      public boolean isEnableCrMemoApplicationToPostedInvoices()
    • setEnableCrMemoApplicationToPostedInvoices

      public void setEnableCrMemoApplicationToPostedInvoices(boolean enableCrMemoApplicationToPostedInvoices)
    • setEnableCrMemoApplicationToPostedInvoices

      protected void setEnableCrMemoApplicationToPostedInvoices(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getEnableInvoiceEmailDelivery

      public boolean getEnableInvoiceEmailDelivery()
    • isEnableInvoiceEmailDelivery

      public boolean isEnableInvoiceEmailDelivery()
    • setEnableInvoiceEmailDelivery

      public void setEnableInvoiceEmailDelivery(boolean enableInvoiceEmailDelivery)
    • setEnableInvoiceEmailDelivery

      protected void setEnableInvoiceEmailDelivery(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getEnableInvoicePdfGeneration

      public boolean getEnableInvoicePdfGeneration()
    • isEnableInvoicePdfGeneration

      public boolean isEnableInvoicePdfGeneration()
    • setEnableInvoicePdfGeneration

      public void setEnableInvoicePdfGeneration(boolean enableInvoicePdfGeneration)
    • setEnableInvoicePdfGeneration

      protected void setEnableInvoicePdfGeneration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getEnableNegInvoiceLnConversionToCrMemoLn

      public boolean getEnableNegInvoiceLnConversionToCrMemoLn()
    • isEnableNegInvoiceLnConversionToCrMemoLn

      public boolean isEnableNegInvoiceLnConversionToCrMemoLn()
    • setEnableNegInvoiceLnConversionToCrMemoLn

      public void setEnableNegInvoiceLnConversionToCrMemoLn(boolean enableNegInvoiceLnConversionToCrMemoLn)
    • setEnableNegInvoiceLnConversionToCrMemoLn

      protected void setEnableNegInvoiceLnConversionToCrMemoLn(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getEnablePaymentSchedulesAndItemsCreation

      public boolean getEnablePaymentSchedulesAndItemsCreation()
    • isEnablePaymentSchedulesAndItemsCreation

      public boolean isEnablePaymentSchedulesAndItemsCreation()
    • setEnablePaymentSchedulesAndItemsCreation

      public void setEnablePaymentSchedulesAndItemsCreation(boolean enablePaymentSchedulesAndItemsCreation)
    • setEnablePaymentSchedulesAndItemsCreation

      protected void setEnablePaymentSchedulesAndItemsCreation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getEnableTransactionJournalCreation

      public boolean getEnableTransactionJournalCreation()
    • isEnableTransactionJournalCreation

      public boolean isEnableTransactionJournalCreation()
    • setEnableTransactionJournalCreation

      public void setEnableTransactionJournalCreation(boolean enableTransactionJournalCreation)
    • setEnableTransactionJournalCreation

      protected void setEnableTransactionJournalCreation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getEnableTransactionsApplicationToInvoices

      public boolean getEnableTransactionsApplicationToInvoices()
    • isEnableTransactionsApplicationToInvoices

      public boolean isEnableTransactionsApplicationToInvoices()
    • setEnableTransactionsApplicationToInvoices

      public void setEnableTransactionsApplicationToInvoices(boolean enableTransactionsApplicationToInvoices)
    • setEnableTransactionsApplicationToInvoices

      protected void setEnableTransactionsApplicationToInvoices(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getEnableTrxnAmountsStorageInCorpCurrency

      public boolean getEnableTrxnAmountsStorageInCorpCurrency()
    • isEnableTrxnAmountsStorageInCorpCurrency

      public boolean isEnableTrxnAmountsStorageInCorpCurrency()
    • setEnableTrxnAmountsStorageInCorpCurrency

      public void setEnableTrxnAmountsStorageInCorpCurrency(boolean enableTrxnAmountsStorageInCorpCurrency)
    • setEnableTrxnAmountsStorageInCorpCurrency

      protected void setEnableTrxnAmountsStorageInCorpCurrency(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • write

      public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface XMLizable
      Overrides:
      write in class Metadata
      Throws:
      IOException
    • writeFields

      protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
      Overrides:
      writeFields in class Metadata
      Throws:
      IOException
    • load

      public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Specified by:
      load in interface XMLizable
      Overrides:
      load in class Metadata
      Throws:
      IOException
      ConnectionException
    • loadFields

      protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Overrides:
      loadFields in class Metadata
      Throws:
      IOException
      ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class Metadata