dev use authtoken
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-02-25 12:58:39 +07:00
parent bfe2367715
commit cb46ac6c88
2 changed files with 8 additions and 1 deletions
@@ -15,6 +15,7 @@ public class PayoutMethodDTO {
private String type;
private String displayName;
private String maskedDetails;
private String cardNumber;
private boolean isDefault;
private boolean isVerified;
}