package config import "time" type YooKassa struct { BaseUrl string Timeout time.Duration Test bool AllowedCallbackSubnets []string ApiBaseKey string ApiBaseSecret string ApiPaymentKey string ApiPaymentSecret string }