feat(payout): add dynamic fields for payout links (#5764)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Kashif
2024-09-10 16:32:52 +05:30
committed by GitHub
parent 9b508a838d
commit f4ad6579cc
24 changed files with 1005 additions and 65 deletions

View File

@ -514,6 +514,7 @@ pub enum FieldType {
UserPixKey,
UserCpf,
UserCnpj,
UserIban,
}
impl FieldType {