Class BillingChargeResponse


  • public class BillingChargeResponse
    extends Object
    Defines a billing charge response object..
    • Constructor Detail

      • BillingChargeResponse

        public BillingChargeResponse()
    • Method Detail

      • addBillingChargeItemsItem

        public BillingChargeResponse addBillingChargeItemsItem​(BillingCharge billingChargeItemsItem)
        addBillingChargeItemsItem.
        Returns:
        BillingChargeResponse
      • getBillingChargeItems

        public List<BillingCharge> getBillingChargeItems()
        Reserved: TBD.
        Returns:
        billingChargeItems
      • setBillingChargeItems

        public void setBillingChargeItems​(List<BillingCharge> billingChargeItems)
        setBillingChargeItems.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object