protected void UpdateIdentyfikatorOsobyNiefizycznej(IdentyfikatorOsobyNiefizycznejV40 idOsoby) { if (idOsoby == null) { return; } idOsoby.RegonSpecified = !IsDefaultValue(idOsoby.Regon); }
public static IdentyfikatorOsobyNiefizycznejV40 GetIdentyfikatorOsobyNiefizycznejV40(bool defineRegon = true) { var id = new IdentyfikatorOsobyNiefizycznejV40 { Nip = "8117960116", PelnaNazwa = "Zwyczajna Firma s.c." }; if (defineRegon) { id.Regon = "357359470"; } return(id); }