| Contact | Donate | Imprint |
| PaymentTransaction | PaymentAccountModule | SignalMessenger |
| Property | Type | Entity | Reference | Module |
| (1) AmountMinorUnits | LONG | PaymentTransaction | ||
| (2) CompletedAt | DATE | PaymentTransaction | ||
| (3) Conversation | LONG | PaymentTransaction | Conversation | ConversationModule |
| (4) CreatedAt | DATE | PaymentTransaction | ||
| (5) CurrencyCode | STRING | PaymentTransaction | ||
| (6) PaymentAccountFrom | LONG | PaymentTransaction | PaymentAccount | PaymentAccountModule |
| (7) PaymentAccountTo | LONG | PaymentTransaction | PaymentAccount | PaymentAccountModule |
| (8) Status | STRING | PaymentTransaction | ||
| (9) TransactionHash | STRING | PaymentTransaction |
Example:
final PaymentTransaction paymenttransaction = (PaymentTransaction) invokeModule(PAYMENT_ACCOUNT_MODULE + "/paymenttransaction/" + id, PaymentTransaction.class);| Contact | Donate | Imprint |