mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
refactor(merchant_id): create domain type for merchant_id (#5408)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
@ -3003,3 +3003,10 @@ pub enum Owner {
|
||||
Tenant,
|
||||
Internal,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, serde::Serialize)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum PayoutRetryType {
|
||||
SingleConnector,
|
||||
MultiConnector,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user