mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat(pm_list): add required field info for crypto pay (#1655)
This commit is contained in:
		| @ -1027,6 +1027,20 @@ pub struct UnresolvedResponseReason { | ||||
| #[serde(rename_all = "snake_case")] | ||||
| #[strum(serialize_all = "snake_case")] | ||||
| pub enum FieldType { | ||||
|     UserFullName, | ||||
|     UserEmailAddress, | ||||
|     UserPhoneNumber, | ||||
|     UserCountry { options: Vec<String> }, | ||||
|     UserAddressline1, | ||||
|     UserAddressline2, | ||||
|     UserAddressCity, | ||||
|     UserAddressPincode, | ||||
|     UserAddressState, | ||||
|     UserAddressCountry, | ||||
|     UserBlikCode, | ||||
|     FieldsComplete, | ||||
|     UserBillingName, | ||||
|     UserBank, | ||||
|     Text, | ||||
|     DropDown { options: Vec<String> }, | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Prasunna Soppa
					Prasunna Soppa