refactor(merchant_account): make organization_id as mandatory (#2458)

This commit is contained in:
Narayan Bhat
2023-10-06 16:13:02 +05:30
committed by GitHub
parent 8c80c008aa
commit 53b4816d27
8 changed files with 21 additions and 8 deletions

View File

@ -265,7 +265,7 @@ pub struct MerchantAccountResponse {
pub intent_fulfillment_time: Option<i64>,
/// The organization id merchant is associated with
pub organization_id: Option<String>,
pub organization_id: String,
/// A boolean value to indicate if the merchant has recon service is enabled or not, by default value is false
pub is_recon_enabled: bool,