org.interledger.stream.SenderAmountMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stream-core Show documentation
Show all versions of stream-core Show documentation
Core libraries for implementing the STREAM protocol.
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