Include Tremendous image_logo_url (#4349)

This commit is contained in:
François-Xavier Talbot
2025-09-08 13:34:51 +01:00
committed by GitHub
parent fda06cfc60
commit ea607c1a04
2 changed files with 8 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ pub struct PayoutMethod {
pub name: String,
pub supported_countries: Vec<String>,
pub image_url: Option<String>,
pub image_logo_url: Option<String>,
pub interval: PayoutInterval,
pub fee: PayoutMethodFee,
}