mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 02:52:50 -05:00
added bank account source information to apis
This commit is contained in:
@ -48,11 +48,13 @@ namespace Bit.Core.Models.Api
|
||||
Type = source.Type;
|
||||
CardBrand = source.CardBrand;
|
||||
Description = source.Description;
|
||||
NeedsVerification = source.NeedsVerification;
|
||||
}
|
||||
|
||||
public PaymentMethodType Type { get; set; }
|
||||
public string CardBrand { get; set; }
|
||||
public string Description { get; set; }
|
||||
public bool NeedsVerification { get; set; }
|
||||
}
|
||||
|
||||
public class BillingSubscription
|
||||
|
Reference in New Issue
Block a user