All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.interledger.stream.SenderAmountMode Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.interledger.stream;

/**
 * Defines the meaning of the {@link SendMoneyRequest#amount()} property.
 */
public enum SenderAmountMode {

  /**
   * The amount to send is denominated in the sender's units.
   */
  SENDER_AMOUNT,

  /**
   * The amount to send is denominated in the receiver's units.
   */
  RECEIVER_AMOUNT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy