Class Quote.TransferData

    • Constructor Detail

      • TransferData

        public TransferData()
    • Method Detail

      • getDestination

        public java.lang.String getDestination()
        Get ID of expandable destination object.
      • setDestination

        public void setDestination​(java.lang.String id)
      • getDestinationObject

        public Account getDestinationObject()
        Get expanded destination.
      • setDestinationObject

        public void setDestinationObject​(Account expandableObject)
      • getAmount

        public java.lang.Long getAmount()
        The amount in %s that will be transferred to the destination account when the invoice is paid. By default, the entire amount is transferred to the destination.
      • getAmountPercent

        public java.math.BigDecimal getAmountPercent()
        A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the destination account. By default, the entire amount will be transferred to the destination.
      • setAmount

        public void setAmount​(java.lang.Long amount)
        The amount in %s that will be transferred to the destination account when the invoice is paid. By default, the entire amount is transferred to the destination.
      • setAmountPercent

        public void setAmountPercent​(java.math.BigDecimal amountPercent)
        A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the destination account. By default, the entire amount will be transferred to the destination.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object