Skip to content

Commit 5310b19

Browse files
committed
Documentation done for feature/third-party-transfer
1 parent 2f6700d commit 5310b19

File tree

1 file changed

+2
-0
lines changed
  • feature/third-party-transfer/src/commonMain/kotlin/org/mifos/mobile/feature/third/party/transfer/navigation

1 file changed

+2
-0
lines changed

feature/third-party-transfer/src/commonMain/kotlin/org/mifos/mobile/feature/third/party/transfer/navigation/ThirdPartyTransferRoute.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ import org.mifos.mobile.feature.third.party.transfer.thirdPartyTransfer.tptScree
2424
sealed class TptNavigationDestination {
2525
/** Represents the notification screen. */
2626
object Notification : TptNavigationDestination()
27+
2728
/** Represents the transfer process screen, carrying a [ReviewTransferPayload]. */
2829
class TransferProcess(val payload: ReviewTransferPayload) : TptNavigationDestination()
30+
2931
/** Represents the add beneficiary screen. */
3032
object AddBeneficiaryScreen : TptNavigationDestination()
3133
}

0 commit comments

Comments
 (0)