Class PlatformFee

    • Constructor Detail

      • PlatformFee

        public PlatformFee()
    • Method Detail

      • setAmount

        public void setAmount​(Money amount)
        The fee for this transaction.
      • setPayee

        public void setPayee​(Payee payee)
        The recipient of the fee for this transaction. If you omit this value, the default is the API caller.
      • getAmount

        public Money getAmount()
        The fee for this transaction.
      • getPayee

        public Payee getPayee()
        The recipient of the fee for this transaction. If you omit this value, the default is the API caller.