5855 lines
229 KiB
C#
5855 lines
229 KiB
C#
//------------------------------------------------------------------------------
|
||
// <auto-generated>
|
||
// Этот код создан программой.
|
||
// Исполняемая версия:4.0.30319.42000
|
||
//
|
||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||
// повторной генерации кода.
|
||
// </auto-generated>
|
||
//------------------------------------------------------------------------------
|
||
|
||
namespace Hcs.Service.Async.Payments {
|
||
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class Fault : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string errorCodeField;
|
||
|
||
private string errorMessageField;
|
||
|
||
private string stackTraceField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string ErrorCode {
|
||
get {
|
||
return this.errorCodeField;
|
||
}
|
||
set {
|
||
this.errorCodeField = value;
|
||
this.RaisePropertyChanged("ErrorCode");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string ErrorMessage {
|
||
get {
|
||
return this.errorMessageField;
|
||
}
|
||
set {
|
||
this.errorMessageField = value;
|
||
this.RaisePropertyChanged("ErrorMessage");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public string StackTrace {
|
||
get {
|
||
return this.stackTraceField;
|
||
}
|
||
set {
|
||
this.stackTraceField = value;
|
||
this.RaisePropertyChanged("StackTrace");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")]
|
||
public partial class NotificationOfOrderExecution139Type : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private NotificationOfOrderExecution139TypeOrderInfo orderInfoField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public NotificationOfOrderExecution139TypeOrderInfo OrderInfo {
|
||
get {
|
||
return this.orderInfoField;
|
||
}
|
||
set {
|
||
this.orderInfoField = value;
|
||
this.RaisePropertyChanged("OrderInfo");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")]
|
||
public partial class NotificationOfOrderExecution139TypeOrderInfo : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string orderIDField;
|
||
|
||
private System.DateTime orderDateField;
|
||
|
||
private decimal amountField;
|
||
|
||
private bool onlinePaymentField;
|
||
|
||
private bool onlinePaymentFieldSpecified;
|
||
|
||
private NotificationOfOrderExecution139TypeOrderInfoMonthAndYear monthAndYearField;
|
||
|
||
private string[] itemsField;
|
||
|
||
private ItemsChoiceType4[] itemsElementNameField;
|
||
|
||
private string paymentInformationGUIDField;
|
||
|
||
public NotificationOfOrderExecution139TypeOrderInfo() {
|
||
this.onlinePaymentField = true;
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string OrderID {
|
||
get {
|
||
return this.orderIDField;
|
||
}
|
||
set {
|
||
this.orderIDField = value;
|
||
this.RaisePropertyChanged("OrderID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)]
|
||
public System.DateTime OrderDate {
|
||
get {
|
||
return this.orderDateField;
|
||
}
|
||
set {
|
||
this.orderDateField = value;
|
||
this.RaisePropertyChanged("OrderDate");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public decimal Amount {
|
||
get {
|
||
return this.amountField;
|
||
}
|
||
set {
|
||
this.amountField = value;
|
||
this.RaisePropertyChanged("Amount");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
||
public bool OnlinePayment {
|
||
get {
|
||
return this.onlinePaymentField;
|
||
}
|
||
set {
|
||
this.onlinePaymentField = value;
|
||
this.RaisePropertyChanged("OnlinePayment");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public bool OnlinePaymentSpecified {
|
||
get {
|
||
return this.onlinePaymentFieldSpecified;
|
||
}
|
||
set {
|
||
this.onlinePaymentFieldSpecified = value;
|
||
this.RaisePropertyChanged("OnlinePaymentSpecified");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
||
public NotificationOfOrderExecution139TypeOrderInfoMonthAndYear MonthAndYear {
|
||
get {
|
||
return this.monthAndYearField;
|
||
}
|
||
set {
|
||
this.monthAndYearField = value;
|
||
this.RaisePropertyChanged("MonthAndYear");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ServiceID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=5)]
|
||
[System.Xml.Serialization.XmlElementAttribute("PaymentDocumentID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=5)]
|
||
[System.Xml.Serialization.XmlElementAttribute("PaymentDocumentGUID", typeof(string), Order=5)]
|
||
[System.Xml.Serialization.XmlElementAttribute("ServiceIDGUID", typeof(string), Order=5)]
|
||
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
||
public string[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=6)]
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public ItemsChoiceType4[] ItemsElementName {
|
||
get {
|
||
return this.itemsElementNameField;
|
||
}
|
||
set {
|
||
this.itemsElementNameField = value;
|
||
this.RaisePropertyChanged("ItemsElementName");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
|
||
public string PaymentInformationGUID {
|
||
get {
|
||
return this.paymentInformationGUIDField;
|
||
}
|
||
set {
|
||
this.paymentInformationGUIDField = value;
|
||
this.RaisePropertyChanged("PaymentInformationGUID");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")]
|
||
public partial class NotificationOfOrderExecution139TypeOrderInfoMonthAndYear : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private short yearField;
|
||
|
||
private int monthField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
|
||
public short Year {
|
||
get {
|
||
return this.yearField;
|
||
}
|
||
set {
|
||
this.yearField = value;
|
||
this.RaisePropertyChanged("Year");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)]
|
||
public int Month {
|
||
get {
|
||
return this.monthField;
|
||
}
|
||
set {
|
||
this.monthField = value;
|
||
this.RaisePropertyChanged("Month");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", IncludeInSchema=false)]
|
||
public enum ItemsChoiceType4 {
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:ServiceID")]
|
||
ServiceID,
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/bills-base/:PaymentDocumentID")]
|
||
PaymentDocumentID,
|
||
|
||
/// <remarks/>
|
||
PaymentDocumentGUID,
|
||
|
||
/// <remarks/>
|
||
ServiceIDGUID,
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")]
|
||
public partial class PaymentInformationType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string recipientINNField;
|
||
|
||
private string recipientKPPField;
|
||
|
||
private string bankNameField;
|
||
|
||
private string paymentRecipientField;
|
||
|
||
private string bankBIKField;
|
||
|
||
private string operatingAccountNumberField;
|
||
|
||
private string correspondentBankAccountField;
|
||
|
||
private string kBKField;
|
||
|
||
private string oKTMOField;
|
||
|
||
private string numberBudgetaryAccountField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string RecipientINN {
|
||
get {
|
||
return this.recipientINNField;
|
||
}
|
||
set {
|
||
this.recipientINNField = value;
|
||
this.RaisePropertyChanged("RecipientINN");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string RecipientKPP {
|
||
get {
|
||
return this.recipientKPPField;
|
||
}
|
||
set {
|
||
this.recipientKPPField = value;
|
||
this.RaisePropertyChanged("RecipientKPP");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public string BankName {
|
||
get {
|
||
return this.bankNameField;
|
||
}
|
||
set {
|
||
this.bankNameField = value;
|
||
this.RaisePropertyChanged("BankName");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
||
public string PaymentRecipient {
|
||
get {
|
||
return this.paymentRecipientField;
|
||
}
|
||
set {
|
||
this.paymentRecipientField = value;
|
||
this.RaisePropertyChanged("PaymentRecipient");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
||
public string BankBIK {
|
||
get {
|
||
return this.bankBIKField;
|
||
}
|
||
set {
|
||
this.bankBIKField = value;
|
||
this.RaisePropertyChanged("BankBIK");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
||
public string operatingAccountNumber {
|
||
get {
|
||
return this.operatingAccountNumberField;
|
||
}
|
||
set {
|
||
this.operatingAccountNumberField = value;
|
||
this.RaisePropertyChanged("operatingAccountNumber");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
||
public string CorrespondentBankAccount {
|
||
get {
|
||
return this.correspondentBankAccountField;
|
||
}
|
||
set {
|
||
this.correspondentBankAccountField = value;
|
||
this.RaisePropertyChanged("CorrespondentBankAccount");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
|
||
public string KBK {
|
||
get {
|
||
return this.kBKField;
|
||
}
|
||
set {
|
||
this.kBKField = value;
|
||
this.RaisePropertyChanged("KBK");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
|
||
public string OKTMO {
|
||
get {
|
||
return this.oKTMOField;
|
||
}
|
||
set {
|
||
this.oKTMOField = value;
|
||
this.RaisePropertyChanged("OKTMO");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=9)]
|
||
public string NumberBudgetaryAccount {
|
||
get {
|
||
return this.numberBudgetaryAccountField;
|
||
}
|
||
set {
|
||
this.numberBudgetaryAccountField = value;
|
||
this.RaisePropertyChanged("NumberBudgetaryAccount");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")]
|
||
public partial class nsiRef : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string codeField;
|
||
|
||
private string gUIDField;
|
||
|
||
private string nameField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string Code {
|
||
get {
|
||
return this.codeField;
|
||
}
|
||
set {
|
||
this.codeField = value;
|
||
this.RaisePropertyChanged("Code");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string GUID {
|
||
get {
|
||
return this.gUIDField;
|
||
}
|
||
set {
|
||
this.gUIDField = value;
|
||
this.RaisePropertyChanged("GUID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public string Name {
|
||
get {
|
||
return this.nameField;
|
||
}
|
||
set {
|
||
this.nameField = value;
|
||
this.RaisePropertyChanged("Name");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlIncludeAttribute(typeof(IndType))]
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")]
|
||
public partial class FIOType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string surnameField;
|
||
|
||
private string firstNameField;
|
||
|
||
private string patronymicField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string Surname {
|
||
get {
|
||
return this.surnameField;
|
||
}
|
||
set {
|
||
this.surnameField = value;
|
||
this.RaisePropertyChanged("Surname");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string FirstName {
|
||
get {
|
||
return this.firstNameField;
|
||
}
|
||
set {
|
||
this.firstNameField = value;
|
||
this.RaisePropertyChanged("FirstName");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public string Patronymic {
|
||
get {
|
||
return this.patronymicField;
|
||
}
|
||
set {
|
||
this.patronymicField = value;
|
||
this.RaisePropertyChanged("Patronymic");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")]
|
||
public partial class IndType : FIOType {
|
||
|
||
private Sex sexField;
|
||
|
||
private bool sexFieldSpecified;
|
||
|
||
private System.DateTime dateOfBirthField;
|
||
|
||
private bool dateOfBirthFieldSpecified;
|
||
|
||
private object itemField;
|
||
|
||
private string placeBirthField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public Sex Sex {
|
||
get {
|
||
return this.sexField;
|
||
}
|
||
set {
|
||
this.sexField = value;
|
||
this.RaisePropertyChanged("Sex");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public bool SexSpecified {
|
||
get {
|
||
return this.sexFieldSpecified;
|
||
}
|
||
set {
|
||
this.sexFieldSpecified = value;
|
||
this.RaisePropertyChanged("SexSpecified");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)]
|
||
public System.DateTime DateOfBirth {
|
||
get {
|
||
return this.dateOfBirthField;
|
||
}
|
||
set {
|
||
this.dateOfBirthField = value;
|
||
this.RaisePropertyChanged("DateOfBirth");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public bool DateOfBirthSpecified {
|
||
get {
|
||
return this.dateOfBirthFieldSpecified;
|
||
}
|
||
set {
|
||
this.dateOfBirthFieldSpecified = value;
|
||
this.RaisePropertyChanged("DateOfBirthSpecified");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ID", typeof(ID), Order=2)]
|
||
[System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=2)]
|
||
public object Item {
|
||
get {
|
||
return this.itemField;
|
||
}
|
||
set {
|
||
this.itemField = value;
|
||
this.RaisePropertyChanged("Item");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
||
public string PlaceBirth {
|
||
get {
|
||
return this.placeBirthField;
|
||
}
|
||
set {
|
||
this.placeBirthField = value;
|
||
this.RaisePropertyChanged("PlaceBirth");
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")]
|
||
public enum Sex {
|
||
|
||
/// <remarks/>
|
||
M,
|
||
|
||
/// <remarks/>
|
||
F,
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")]
|
||
public partial class ID : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private nsiRef typeField;
|
||
|
||
private string seriesField;
|
||
|
||
private string numberField;
|
||
|
||
private System.DateTime issueDateField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public nsiRef Type {
|
||
get {
|
||
return this.typeField;
|
||
}
|
||
set {
|
||
this.typeField = value;
|
||
this.RaisePropertyChanged("Type");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string Series {
|
||
get {
|
||
return this.seriesField;
|
||
}
|
||
set {
|
||
this.seriesField = value;
|
||
this.RaisePropertyChanged("Series");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public string Number {
|
||
get {
|
||
return this.numberField;
|
||
}
|
||
set {
|
||
this.numberField = value;
|
||
this.RaisePropertyChanged("Number");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)]
|
||
public System.DateTime IssueDate {
|
||
get {
|
||
return this.issueDateField;
|
||
}
|
||
set {
|
||
this.issueDateField = value;
|
||
this.RaisePropertyChanged("IssueDate");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")]
|
||
public partial class NotificationOfOrderExecutionType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private NotificationOfOrderExecutionTypeSupplierInfo supplierInfoField;
|
||
|
||
private NotificationOfOrderExecutionTypeRecipientInfo recipientInfoField;
|
||
|
||
private NotificationOfOrderExecutionTypeOrderInfo orderInfoField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public NotificationOfOrderExecutionTypeSupplierInfo SupplierInfo {
|
||
get {
|
||
return this.supplierInfoField;
|
||
}
|
||
set {
|
||
this.supplierInfoField = value;
|
||
this.RaisePropertyChanged("SupplierInfo");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public NotificationOfOrderExecutionTypeRecipientInfo RecipientInfo {
|
||
get {
|
||
return this.recipientInfoField;
|
||
}
|
||
set {
|
||
this.recipientInfoField = value;
|
||
this.RaisePropertyChanged("RecipientInfo");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public NotificationOfOrderExecutionTypeOrderInfo OrderInfo {
|
||
get {
|
||
return this.orderInfoField;
|
||
}
|
||
set {
|
||
this.orderInfoField = value;
|
||
this.RaisePropertyChanged("OrderInfo");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")]
|
||
public partial class NotificationOfOrderExecutionTypeSupplierInfo : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string supplierIDField;
|
||
|
||
private string supplierNameField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string SupplierID {
|
||
get {
|
||
return this.supplierIDField;
|
||
}
|
||
set {
|
||
this.supplierIDField = value;
|
||
this.RaisePropertyChanged("SupplierID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string SupplierName {
|
||
get {
|
||
return this.supplierNameField;
|
||
}
|
||
set {
|
||
this.supplierNameField = value;
|
||
this.RaisePropertyChanged("SupplierName");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")]
|
||
public partial class NotificationOfOrderExecutionTypeRecipientInfo : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string iNNField;
|
||
|
||
private object itemField;
|
||
|
||
private NotificationOfOrderExecutionTypeRecipientInfoPaymentInformation paymentInformationField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)]
|
||
public string INN {
|
||
get {
|
||
return this.iNNField;
|
||
}
|
||
set {
|
||
this.iNNField = value;
|
||
this.RaisePropertyChanged("INN");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("Entpr", typeof(FIOType), Order=1)]
|
||
[System.Xml.Serialization.XmlElementAttribute("EntprFIO", typeof(string), Order=1)]
|
||
[System.Xml.Serialization.XmlElementAttribute("Legal", typeof(NotificationOfOrderExecutionTypeRecipientInfoLegal), Order=1)]
|
||
public object Item {
|
||
get {
|
||
return this.itemField;
|
||
}
|
||
set {
|
||
this.itemField = value;
|
||
this.RaisePropertyChanged("Item");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public NotificationOfOrderExecutionTypeRecipientInfoPaymentInformation PaymentInformation {
|
||
get {
|
||
return this.paymentInformationField;
|
||
}
|
||
set {
|
||
this.paymentInformationField = value;
|
||
this.RaisePropertyChanged("PaymentInformation");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")]
|
||
public partial class NotificationOfOrderExecutionTypeRecipientInfoLegal : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string kPPField;
|
||
|
||
private string nameField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)]
|
||
public string KPP {
|
||
get {
|
||
return this.kPPField;
|
||
}
|
||
set {
|
||
this.kPPField = value;
|
||
this.RaisePropertyChanged("KPP");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string Name {
|
||
get {
|
||
return this.nameField;
|
||
}
|
||
set {
|
||
this.nameField = value;
|
||
this.RaisePropertyChanged("Name");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")]
|
||
public partial class NotificationOfOrderExecutionTypeRecipientInfoPaymentInformation : PaymentInformationType {
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")]
|
||
public partial class NotificationOfOrderExecutionTypeOrderInfo : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string orderIDField;
|
||
|
||
private System.DateTime orderDateField;
|
||
|
||
private string orderNumField;
|
||
|
||
private decimal amountField;
|
||
|
||
private string paymentPurposeField;
|
||
|
||
private bool onlinePaymentField;
|
||
|
||
private bool onlinePaymentFieldSpecified;
|
||
|
||
private string commentField;
|
||
|
||
private string paymentDocumentIDField;
|
||
|
||
private string paymentDocumentNumberField;
|
||
|
||
private short yearField;
|
||
|
||
private int monthField;
|
||
|
||
private string unifiedAccountNumberField;
|
||
|
||
private NotificationOfOrderExecutionTypeOrderInfoAddressAndConsumer addressAndConsumerField;
|
||
|
||
private NotificationOfOrderExecutionTypeOrderInfoService serviceField;
|
||
|
||
private string accountNumberField;
|
||
|
||
public NotificationOfOrderExecutionTypeOrderInfo() {
|
||
this.onlinePaymentField = true;
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string OrderID {
|
||
get {
|
||
return this.orderIDField;
|
||
}
|
||
set {
|
||
this.orderIDField = value;
|
||
this.RaisePropertyChanged("OrderID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)]
|
||
public System.DateTime OrderDate {
|
||
get {
|
||
return this.orderDateField;
|
||
}
|
||
set {
|
||
this.orderDateField = value;
|
||
this.RaisePropertyChanged("OrderDate");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public string OrderNum {
|
||
get {
|
||
return this.orderNumField;
|
||
}
|
||
set {
|
||
this.orderNumField = value;
|
||
this.RaisePropertyChanged("OrderNum");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
||
public decimal Amount {
|
||
get {
|
||
return this.amountField;
|
||
}
|
||
set {
|
||
this.amountField = value;
|
||
this.RaisePropertyChanged("Amount");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
||
public string PaymentPurpose {
|
||
get {
|
||
return this.paymentPurposeField;
|
||
}
|
||
set {
|
||
this.paymentPurposeField = value;
|
||
this.RaisePropertyChanged("PaymentPurpose");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
||
public bool OnlinePayment {
|
||
get {
|
||
return this.onlinePaymentField;
|
||
}
|
||
set {
|
||
this.onlinePaymentField = value;
|
||
this.RaisePropertyChanged("OnlinePayment");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public bool OnlinePaymentSpecified {
|
||
get {
|
||
return this.onlinePaymentFieldSpecified;
|
||
}
|
||
set {
|
||
this.onlinePaymentFieldSpecified = value;
|
||
this.RaisePropertyChanged("OnlinePaymentSpecified");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
||
public string Comment {
|
||
get {
|
||
return this.commentField;
|
||
}
|
||
set {
|
||
this.commentField = value;
|
||
this.RaisePropertyChanged("Comment");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=7)]
|
||
public string PaymentDocumentID {
|
||
get {
|
||
return this.paymentDocumentIDField;
|
||
}
|
||
set {
|
||
this.paymentDocumentIDField = value;
|
||
this.RaisePropertyChanged("PaymentDocumentID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=8)]
|
||
public string PaymentDocumentNumber {
|
||
get {
|
||
return this.paymentDocumentNumberField;
|
||
}
|
||
set {
|
||
this.paymentDocumentNumberField = value;
|
||
this.RaisePropertyChanged("PaymentDocumentNumber");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=9)]
|
||
public short Year {
|
||
get {
|
||
return this.yearField;
|
||
}
|
||
set {
|
||
this.yearField = value;
|
||
this.RaisePropertyChanged("Year");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=10)]
|
||
public int Month {
|
||
get {
|
||
return this.monthField;
|
||
}
|
||
set {
|
||
this.monthField = value;
|
||
this.RaisePropertyChanged("Month");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=11)]
|
||
public string UnifiedAccountNumber {
|
||
get {
|
||
return this.unifiedAccountNumberField;
|
||
}
|
||
set {
|
||
this.unifiedAccountNumberField = value;
|
||
this.RaisePropertyChanged("UnifiedAccountNumber");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=12)]
|
||
public NotificationOfOrderExecutionTypeOrderInfoAddressAndConsumer AddressAndConsumer {
|
||
get {
|
||
return this.addressAndConsumerField;
|
||
}
|
||
set {
|
||
this.addressAndConsumerField = value;
|
||
this.RaisePropertyChanged("AddressAndConsumer");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=13)]
|
||
public NotificationOfOrderExecutionTypeOrderInfoService Service {
|
||
get {
|
||
return this.serviceField;
|
||
}
|
||
set {
|
||
this.serviceField = value;
|
||
this.RaisePropertyChanged("Service");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=14)]
|
||
public string AccountNumber {
|
||
get {
|
||
return this.accountNumberField;
|
||
}
|
||
set {
|
||
this.accountNumberField = value;
|
||
this.RaisePropertyChanged("AccountNumber");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")]
|
||
public partial class NotificationOfOrderExecutionTypeOrderInfoAddressAndConsumer : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string fIASHouseGuidField;
|
||
|
||
private string[] itemsField;
|
||
|
||
private ItemsChoiceType3[] itemsElementNameField;
|
||
|
||
private object itemField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string FIASHouseGuid {
|
||
get {
|
||
return this.fIASHouseGuidField;
|
||
}
|
||
set {
|
||
this.fIASHouseGuidField = value;
|
||
this.RaisePropertyChanged("FIASHouseGuid");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("Apartment", typeof(string), Order=1)]
|
||
[System.Xml.Serialization.XmlElementAttribute("NonLivingApartment", typeof(string), Order=1)]
|
||
[System.Xml.Serialization.XmlElementAttribute("NonResidentialBlock", typeof(string), Order=1)]
|
||
[System.Xml.Serialization.XmlElementAttribute("Placement", typeof(string), Order=1)]
|
||
[System.Xml.Serialization.XmlElementAttribute("ResidentialBlock", typeof(string), Order=1)]
|
||
[System.Xml.Serialization.XmlElementAttribute("ResidentialBlockRoom", typeof(string), Order=1)]
|
||
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
||
public string[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)]
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public ItemsChoiceType3[] ItemsElementName {
|
||
get {
|
||
return this.itemsElementNameField;
|
||
}
|
||
set {
|
||
this.itemsElementNameField = value;
|
||
this.RaisePropertyChanged("ItemsElementName");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("INN", typeof(string), Order=3)]
|
||
[System.Xml.Serialization.XmlElementAttribute("Ind", typeof(FIOType), Order=3)]
|
||
public object Item {
|
||
get {
|
||
return this.itemField;
|
||
}
|
||
set {
|
||
this.itemField = value;
|
||
this.RaisePropertyChanged("Item");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/", IncludeInSchema=false)]
|
||
public enum ItemsChoiceType3 {
|
||
|
||
/// <remarks/>
|
||
Apartment,
|
||
|
||
/// <remarks/>
|
||
NonLivingApartment,
|
||
|
||
/// <remarks/>
|
||
NonResidentialBlock,
|
||
|
||
/// <remarks/>
|
||
Placement,
|
||
|
||
/// <remarks/>
|
||
ResidentialBlock,
|
||
|
||
/// <remarks/>
|
||
ResidentialBlockRoom,
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")]
|
||
public partial class NotificationOfOrderExecutionTypeOrderInfoService : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string serviceIDField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)]
|
||
public string ServiceID {
|
||
get {
|
||
return this.serviceIDField;
|
||
}
|
||
set {
|
||
this.serviceIDField = value;
|
||
this.RaisePropertyChanged("ServiceID");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class ObjectType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private System.Xml.XmlNode[] anyField;
|
||
|
||
private string idField;
|
||
|
||
private string mimeTypeField;
|
||
|
||
private string encodingField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlTextAttribute()]
|
||
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
|
||
public System.Xml.XmlNode[] Any {
|
||
get {
|
||
return this.anyField;
|
||
}
|
||
set {
|
||
this.anyField = value;
|
||
this.RaisePropertyChanged("Any");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
|
||
public string Id {
|
||
get {
|
||
return this.idField;
|
||
}
|
||
set {
|
||
this.idField = value;
|
||
this.RaisePropertyChanged("Id");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute()]
|
||
public string MimeType {
|
||
get {
|
||
return this.mimeTypeField;
|
||
}
|
||
set {
|
||
this.mimeTypeField = value;
|
||
this.RaisePropertyChanged("MimeType");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
|
||
public string Encoding {
|
||
get {
|
||
return this.encodingField;
|
||
}
|
||
set {
|
||
this.encodingField = value;
|
||
this.RaisePropertyChanged("Encoding");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class SPKIDataType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private object[] itemsField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)]
|
||
public object[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class PGPDataType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private object[] itemsField;
|
||
|
||
private ItemsChoiceType1[] itemsElementNameField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)]
|
||
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
||
public object[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public ItemsChoiceType1[] ItemsElementName {
|
||
get {
|
||
return this.itemsElementNameField;
|
||
}
|
||
set {
|
||
this.itemsElementNameField = value;
|
||
this.RaisePropertyChanged("ItemsElementName");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)]
|
||
public enum ItemsChoiceType1 {
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("##any:")]
|
||
Item,
|
||
|
||
/// <remarks/>
|
||
PGPKeyID,
|
||
|
||
/// <remarks/>
|
||
PGPKeyPacket,
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class X509IssuerSerialType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string x509IssuerNameField;
|
||
|
||
private string x509SerialNumberField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string X509IssuerName {
|
||
get {
|
||
return this.x509IssuerNameField;
|
||
}
|
||
set {
|
||
this.x509IssuerNameField = value;
|
||
this.RaisePropertyChanged("X509IssuerName");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)]
|
||
public string X509SerialNumber {
|
||
get {
|
||
return this.x509SerialNumberField;
|
||
}
|
||
set {
|
||
this.x509SerialNumberField = value;
|
||
this.RaisePropertyChanged("X509SerialNumber");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class X509DataType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private object[] itemsField;
|
||
|
||
private ItemsChoiceType[] itemsElementNameField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)]
|
||
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
||
public object[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public ItemsChoiceType[] ItemsElementName {
|
||
get {
|
||
return this.itemsElementNameField;
|
||
}
|
||
set {
|
||
this.itemsElementNameField = value;
|
||
this.RaisePropertyChanged("ItemsElementName");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)]
|
||
public enum ItemsChoiceType {
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("##any:")]
|
||
Item,
|
||
|
||
/// <remarks/>
|
||
X509CRL,
|
||
|
||
/// <remarks/>
|
||
X509Certificate,
|
||
|
||
/// <remarks/>
|
||
X509IssuerSerial,
|
||
|
||
/// <remarks/>
|
||
X509SKI,
|
||
|
||
/// <remarks/>
|
||
X509SubjectName,
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class RetrievalMethodType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private TransformType[] transformsField;
|
||
|
||
private string uRIField;
|
||
|
||
private string typeField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
|
||
[System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)]
|
||
public TransformType[] Transforms {
|
||
get {
|
||
return this.transformsField;
|
||
}
|
||
set {
|
||
this.transformsField = value;
|
||
this.RaisePropertyChanged("Transforms");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
|
||
public string URI {
|
||
get {
|
||
return this.uRIField;
|
||
}
|
||
set {
|
||
this.uRIField = value;
|
||
this.RaisePropertyChanged("URI");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
|
||
public string Type {
|
||
get {
|
||
return this.typeField;
|
||
}
|
||
set {
|
||
this.typeField = value;
|
||
this.RaisePropertyChanged("Type");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class TransformType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private object[] itemsField;
|
||
|
||
private string[] textField;
|
||
|
||
private string algorithmField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("XPath", typeof(string), Order=0)]
|
||
public object[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlTextAttribute()]
|
||
public string[] Text {
|
||
get {
|
||
return this.textField;
|
||
}
|
||
set {
|
||
this.textField = value;
|
||
this.RaisePropertyChanged("Text");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
|
||
public string Algorithm {
|
||
get {
|
||
return this.algorithmField;
|
||
}
|
||
set {
|
||
this.algorithmField = value;
|
||
this.RaisePropertyChanged("Algorithm");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class RSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private byte[] modulusField;
|
||
|
||
private byte[] exponentField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)]
|
||
public byte[] Modulus {
|
||
get {
|
||
return this.modulusField;
|
||
}
|
||
set {
|
||
this.modulusField = value;
|
||
this.RaisePropertyChanged("Modulus");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)]
|
||
public byte[] Exponent {
|
||
get {
|
||
return this.exponentField;
|
||
}
|
||
set {
|
||
this.exponentField = value;
|
||
this.RaisePropertyChanged("Exponent");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class DSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private byte[] pField;
|
||
|
||
private byte[] qField;
|
||
|
||
private byte[] gField;
|
||
|
||
private byte[] yField;
|
||
|
||
private byte[] jField;
|
||
|
||
private byte[] seedField;
|
||
|
||
private byte[] pgenCounterField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)]
|
||
public byte[] P {
|
||
get {
|
||
return this.pField;
|
||
}
|
||
set {
|
||
this.pField = value;
|
||
this.RaisePropertyChanged("P");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)]
|
||
public byte[] Q {
|
||
get {
|
||
return this.qField;
|
||
}
|
||
set {
|
||
this.qField = value;
|
||
this.RaisePropertyChanged("Q");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)]
|
||
public byte[] G {
|
||
get {
|
||
return this.gField;
|
||
}
|
||
set {
|
||
this.gField = value;
|
||
this.RaisePropertyChanged("G");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)]
|
||
public byte[] Y {
|
||
get {
|
||
return this.yField;
|
||
}
|
||
set {
|
||
this.yField = value;
|
||
this.RaisePropertyChanged("Y");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)]
|
||
public byte[] J {
|
||
get {
|
||
return this.jField;
|
||
}
|
||
set {
|
||
this.jField = value;
|
||
this.RaisePropertyChanged("J");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)]
|
||
public byte[] Seed {
|
||
get {
|
||
return this.seedField;
|
||
}
|
||
set {
|
||
this.seedField = value;
|
||
this.RaisePropertyChanged("Seed");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)]
|
||
public byte[] PgenCounter {
|
||
get {
|
||
return this.pgenCounterField;
|
||
}
|
||
set {
|
||
this.pgenCounterField = value;
|
||
this.RaisePropertyChanged("PgenCounter");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class KeyValueType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private object itemField;
|
||
|
||
private string[] textField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)]
|
||
public object Item {
|
||
get {
|
||
return this.itemField;
|
||
}
|
||
set {
|
||
this.itemField = value;
|
||
this.RaisePropertyChanged("Item");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlTextAttribute()]
|
||
public string[] Text {
|
||
get {
|
||
return this.textField;
|
||
}
|
||
set {
|
||
this.textField = value;
|
||
this.RaisePropertyChanged("Text");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class KeyInfoType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private object[] itemsField;
|
||
|
||
private ItemsChoiceType2[] itemsElementNameField;
|
||
|
||
private string[] textField;
|
||
|
||
private string idField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)]
|
||
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
||
public object[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public ItemsChoiceType2[] ItemsElementName {
|
||
get {
|
||
return this.itemsElementNameField;
|
||
}
|
||
set {
|
||
this.itemsElementNameField = value;
|
||
this.RaisePropertyChanged("ItemsElementName");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlTextAttribute()]
|
||
public string[] Text {
|
||
get {
|
||
return this.textField;
|
||
}
|
||
set {
|
||
this.textField = value;
|
||
this.RaisePropertyChanged("Text");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
|
||
public string Id {
|
||
get {
|
||
return this.idField;
|
||
}
|
||
set {
|
||
this.idField = value;
|
||
this.RaisePropertyChanged("Id");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)]
|
||
public enum ItemsChoiceType2 {
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("##any:")]
|
||
Item,
|
||
|
||
/// <remarks/>
|
||
KeyName,
|
||
|
||
/// <remarks/>
|
||
KeyValue,
|
||
|
||
/// <remarks/>
|
||
MgmtData,
|
||
|
||
/// <remarks/>
|
||
PGPData,
|
||
|
||
/// <remarks/>
|
||
RetrievalMethod,
|
||
|
||
/// <remarks/>
|
||
SPKIData,
|
||
|
||
/// <remarks/>
|
||
X509Data,
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class SignatureValueType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string idField;
|
||
|
||
private byte[] valueField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
|
||
public string Id {
|
||
get {
|
||
return this.idField;
|
||
}
|
||
set {
|
||
this.idField = value;
|
||
this.RaisePropertyChanged("Id");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")]
|
||
public byte[] Value {
|
||
get {
|
||
return this.valueField;
|
||
}
|
||
set {
|
||
this.valueField = value;
|
||
this.RaisePropertyChanged("Value");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class DigestMethodType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private System.Xml.XmlNode[] anyField;
|
||
|
||
private string algorithmField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlTextAttribute()]
|
||
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
|
||
public System.Xml.XmlNode[] Any {
|
||
get {
|
||
return this.anyField;
|
||
}
|
||
set {
|
||
this.anyField = value;
|
||
this.RaisePropertyChanged("Any");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
|
||
public string Algorithm {
|
||
get {
|
||
return this.algorithmField;
|
||
}
|
||
set {
|
||
this.algorithmField = value;
|
||
this.RaisePropertyChanged("Algorithm");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class ReferenceType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private TransformType[] transformsField;
|
||
|
||
private DigestMethodType digestMethodField;
|
||
|
||
private byte[] digestValueField;
|
||
|
||
private string idField;
|
||
|
||
private string uRIField;
|
||
|
||
private string typeField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
|
||
[System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)]
|
||
public TransformType[] Transforms {
|
||
get {
|
||
return this.transformsField;
|
||
}
|
||
set {
|
||
this.transformsField = value;
|
||
this.RaisePropertyChanged("Transforms");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public DigestMethodType DigestMethod {
|
||
get {
|
||
return this.digestMethodField;
|
||
}
|
||
set {
|
||
this.digestMethodField = value;
|
||
this.RaisePropertyChanged("DigestMethod");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)]
|
||
public byte[] DigestValue {
|
||
get {
|
||
return this.digestValueField;
|
||
}
|
||
set {
|
||
this.digestValueField = value;
|
||
this.RaisePropertyChanged("DigestValue");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
|
||
public string Id {
|
||
get {
|
||
return this.idField;
|
||
}
|
||
set {
|
||
this.idField = value;
|
||
this.RaisePropertyChanged("Id");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
|
||
public string URI {
|
||
get {
|
||
return this.uRIField;
|
||
}
|
||
set {
|
||
this.uRIField = value;
|
||
this.RaisePropertyChanged("URI");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
|
||
public string Type {
|
||
get {
|
||
return this.typeField;
|
||
}
|
||
set {
|
||
this.typeField = value;
|
||
this.RaisePropertyChanged("Type");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class SignatureMethodType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string hMACOutputLengthField;
|
||
|
||
private System.Xml.XmlNode[] anyField;
|
||
|
||
private string algorithmField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)]
|
||
public string HMACOutputLength {
|
||
get {
|
||
return this.hMACOutputLengthField;
|
||
}
|
||
set {
|
||
this.hMACOutputLengthField = value;
|
||
this.RaisePropertyChanged("HMACOutputLength");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlTextAttribute()]
|
||
[System.Xml.Serialization.XmlAnyElementAttribute(Order=1)]
|
||
public System.Xml.XmlNode[] Any {
|
||
get {
|
||
return this.anyField;
|
||
}
|
||
set {
|
||
this.anyField = value;
|
||
this.RaisePropertyChanged("Any");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
|
||
public string Algorithm {
|
||
get {
|
||
return this.algorithmField;
|
||
}
|
||
set {
|
||
this.algorithmField = value;
|
||
this.RaisePropertyChanged("Algorithm");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class CanonicalizationMethodType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private System.Xml.XmlNode[] anyField;
|
||
|
||
private string algorithmField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlTextAttribute()]
|
||
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
|
||
public System.Xml.XmlNode[] Any {
|
||
get {
|
||
return this.anyField;
|
||
}
|
||
set {
|
||
this.anyField = value;
|
||
this.RaisePropertyChanged("Any");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
|
||
public string Algorithm {
|
||
get {
|
||
return this.algorithmField;
|
||
}
|
||
set {
|
||
this.algorithmField = value;
|
||
this.RaisePropertyChanged("Algorithm");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class SignedInfoType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private CanonicalizationMethodType canonicalizationMethodField;
|
||
|
||
private SignatureMethodType signatureMethodField;
|
||
|
||
private ReferenceType[] referenceField;
|
||
|
||
private string idField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public CanonicalizationMethodType CanonicalizationMethod {
|
||
get {
|
||
return this.canonicalizationMethodField;
|
||
}
|
||
set {
|
||
this.canonicalizationMethodField = value;
|
||
this.RaisePropertyChanged("CanonicalizationMethod");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public SignatureMethodType SignatureMethod {
|
||
get {
|
||
return this.signatureMethodField;
|
||
}
|
||
set {
|
||
this.signatureMethodField = value;
|
||
this.RaisePropertyChanged("SignatureMethod");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)]
|
||
public ReferenceType[] Reference {
|
||
get {
|
||
return this.referenceField;
|
||
}
|
||
set {
|
||
this.referenceField = value;
|
||
this.RaisePropertyChanged("Reference");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
|
||
public string Id {
|
||
get {
|
||
return this.idField;
|
||
}
|
||
set {
|
||
this.idField = value;
|
||
this.RaisePropertyChanged("Id");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
|
||
public partial class SignatureType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private SignedInfoType signedInfoField;
|
||
|
||
private SignatureValueType signatureValueField;
|
||
|
||
private KeyInfoType keyInfoField;
|
||
|
||
private ObjectType[] objectField;
|
||
|
||
private string idField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public SignedInfoType SignedInfo {
|
||
get {
|
||
return this.signedInfoField;
|
||
}
|
||
set {
|
||
this.signedInfoField = value;
|
||
this.RaisePropertyChanged("SignedInfo");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public SignatureValueType SignatureValue {
|
||
get {
|
||
return this.signatureValueField;
|
||
}
|
||
set {
|
||
this.signatureValueField = value;
|
||
this.RaisePropertyChanged("SignatureValue");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public KeyInfoType KeyInfo {
|
||
get {
|
||
return this.keyInfoField;
|
||
}
|
||
set {
|
||
this.keyInfoField = value;
|
||
this.RaisePropertyChanged("KeyInfo");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("Object", Order=3)]
|
||
public ObjectType[] Object {
|
||
get {
|
||
return this.objectField;
|
||
}
|
||
set {
|
||
this.objectField = value;
|
||
this.RaisePropertyChanged("Object");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
|
||
public string Id {
|
||
get {
|
||
return this.idField;
|
||
}
|
||
set {
|
||
this.idField = value;
|
||
this.RaisePropertyChanged("Id");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))]
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class BaseType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private SignatureType signatureField;
|
||
|
||
private string idField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)]
|
||
public SignatureType Signature {
|
||
get {
|
||
return this.signatureField;
|
||
}
|
||
set {
|
||
this.signatureField = value;
|
||
this.RaisePropertyChanged("Signature");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute()]
|
||
public string Id {
|
||
get {
|
||
return this.idField;
|
||
}
|
||
set {
|
||
this.idField = value;
|
||
this.RaisePropertyChanged("Id");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class BaseAsyncResponseType : BaseType {
|
||
|
||
private sbyte requestStateField;
|
||
|
||
private string messageGUIDField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public sbyte RequestState {
|
||
get {
|
||
return this.requestStateField;
|
||
}
|
||
set {
|
||
this.requestStateField = value;
|
||
this.RaisePropertyChanged("RequestState");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string MessageGUID {
|
||
get {
|
||
return this.messageGUIDField;
|
||
}
|
||
set {
|
||
this.messageGUIDField = value;
|
||
this.RaisePropertyChanged("MessageGUID");
|
||
}
|
||
}
|
||
}
|
||
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||
[System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment-service-async/", ConfigurationName="Service.Async.Payments.PaymentPortsTypeAsync")]
|
||
public interface PaymentPortsTypeAsync {
|
||
|
||
// CODEGEN: Контракт генерации сообщений с операцией importNotificationsOfOrderExecution не является ни RPC, ни упакованным документом.
|
||
[System.ServiceModel.OperationContractAttribute(Action="urn:importNotificationsOfOrderExecution", ReplyAction="*")]
|
||
[System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Payments.Fault), Action="urn:importNotificationsOfOrderExecution", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecution139Type))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentInformationType))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionType))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))]
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse importNotificationsOfOrderExecution(Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest1 request);
|
||
|
||
[System.ServiceModel.OperationContractAttribute(Action="urn:importNotificationsOfOrderExecution", ReplyAction="*")]
|
||
System.Threading.Tasks.Task<Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse> importNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest1 request);
|
||
|
||
// CODEGEN: Контракт генерации сообщений с операцией importNotificationsOfOrderExecutionCancellation не является ни RPC, ни упакованным документом.
|
||
[System.ServiceModel.OperationContractAttribute(Action="urn:importNotificationsOfOrderExecutionCancellation", ReplyAction="*")]
|
||
[System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Payments.Fault), Action="urn:importNotificationsOfOrderExecutionCancellation", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecution139Type))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentInformationType))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionType))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))]
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse importNotificationsOfOrderExecutionCancellation(Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest1 request);
|
||
|
||
[System.ServiceModel.OperationContractAttribute(Action="urn:importNotificationsOfOrderExecutionCancellation", ReplyAction="*")]
|
||
System.Threading.Tasks.Task<Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse> importNotificationsOfOrderExecutionCancellationAsync(Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest1 request);
|
||
|
||
// CODEGEN: Контракт генерации сообщений с операцией getState не является ни RPC, ни упакованным документом.
|
||
[System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")]
|
||
[System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Payments.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecution139Type))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentInformationType))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionType))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))]
|
||
Hcs.Service.Async.Payments.getStateResponse getState(Hcs.Service.Async.Payments.getStateRequest1 request);
|
||
|
||
[System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")]
|
||
System.Threading.Tasks.Task<Hcs.Service.Async.Payments.getStateResponse> getStateAsync(Hcs.Service.Async.Payments.getStateRequest1 request);
|
||
|
||
// CODEGEN: Контракт генерации сообщений с операцией exportPaymentDocumentDetails не является ни RPC, ни упакованным документом.
|
||
[System.ServiceModel.OperationContractAttribute(Action="urn:exportPaymentDocumentDetails", ReplyAction="*")]
|
||
[System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Payments.Fault), Action="urn:exportPaymentDocumentDetails", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecution139Type))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentInformationType))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionType))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))]
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse exportPaymentDocumentDetails(Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest1 request);
|
||
|
||
[System.ServiceModel.OperationContractAttribute(Action="urn:exportPaymentDocumentDetails", ReplyAction="*")]
|
||
System.Threading.Tasks.Task<Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse> exportPaymentDocumentDetailsAsync(Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest1 request);
|
||
|
||
// CODEGEN: Контракт генерации сообщений с операцией importSupplierNotificationsOfOrderExecution не является ни RPC, ни упакованным документом.
|
||
[System.ServiceModel.OperationContractAttribute(Action="urn:importSupplierNotificationsOfOrderExecution", ReplyAction="*")]
|
||
[System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Payments.Fault), Action="urn:importSupplierNotificationsOfOrderExecution", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecution139Type))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(PaymentInformationType))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(NotificationOfOrderExecutionType))]
|
||
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))]
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse importSupplierNotificationsOfOrderExecution(Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest1 request);
|
||
|
||
[System.ServiceModel.OperationContractAttribute(Action="urn:importSupplierNotificationsOfOrderExecution", ReplyAction="*")]
|
||
System.Threading.Tasks.Task<Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse> importSupplierNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest1 request);
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class RequestHeader : HeaderType {
|
||
|
||
private object itemField;
|
||
|
||
private ItemChoiceType itemElementNameField;
|
||
|
||
private bool isOperatorSignatureField;
|
||
|
||
private bool isOperatorSignatureFieldSpecified;
|
||
|
||
private ISCreator[] iSCreatorField;
|
||
|
||
public RequestHeader() {
|
||
this.isOperatorSignatureField = true;
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("Citizen", typeof(RequestHeaderCitizen), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("SenderID", typeof(string), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Order=0)]
|
||
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")]
|
||
public object Item {
|
||
get {
|
||
return this.itemField;
|
||
}
|
||
set {
|
||
this.itemField = value;
|
||
this.RaisePropertyChanged("Item");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public ItemChoiceType ItemElementName {
|
||
get {
|
||
return this.itemElementNameField;
|
||
}
|
||
set {
|
||
this.itemElementNameField = value;
|
||
this.RaisePropertyChanged("ItemElementName");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public bool IsOperatorSignature {
|
||
get {
|
||
return this.isOperatorSignatureField;
|
||
}
|
||
set {
|
||
this.isOperatorSignatureField = value;
|
||
this.RaisePropertyChanged("IsOperatorSignature");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public bool IsOperatorSignatureSpecified {
|
||
get {
|
||
return this.isOperatorSignatureFieldSpecified;
|
||
}
|
||
set {
|
||
this.isOperatorSignatureFieldSpecified = value;
|
||
this.RaisePropertyChanged("IsOperatorSignatureSpecified");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=3)]
|
||
public ISCreator[] ISCreator {
|
||
get {
|
||
return this.iSCreatorField;
|
||
}
|
||
set {
|
||
this.iSCreatorField = value;
|
||
this.RaisePropertyChanged("ISCreator");
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class RequestHeaderCitizen : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private object[] itemsField;
|
||
|
||
private ItemsChoiceType5[] itemsElementNameField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("CitizenPPAGUID", typeof(string), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("Document", typeof(RequestHeaderCitizenDocument), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=0)]
|
||
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
||
public object[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public ItemsChoiceType5[] ItemsElementName {
|
||
get {
|
||
return this.itemsElementNameField;
|
||
}
|
||
set {
|
||
this.itemsElementNameField = value;
|
||
this.RaisePropertyChanged("ItemsElementName");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class RequestHeaderCitizenDocument : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private RequestHeaderCitizenDocumentDocumentType documentTypeField;
|
||
|
||
private string seriesField;
|
||
|
||
private string numberField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public RequestHeaderCitizenDocumentDocumentType DocumentType {
|
||
get {
|
||
return this.documentTypeField;
|
||
}
|
||
set {
|
||
this.documentTypeField = value;
|
||
this.RaisePropertyChanged("DocumentType");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string Series {
|
||
get {
|
||
return this.seriesField;
|
||
}
|
||
set {
|
||
this.seriesField = value;
|
||
this.RaisePropertyChanged("Series");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public string Number {
|
||
get {
|
||
return this.numberField;
|
||
}
|
||
set {
|
||
this.numberField = value;
|
||
this.RaisePropertyChanged("Number");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class RequestHeaderCitizenDocumentDocumentType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string codeField;
|
||
|
||
private string gUIDField;
|
||
|
||
private string nameField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string Code {
|
||
get {
|
||
return this.codeField;
|
||
}
|
||
set {
|
||
this.codeField = value;
|
||
this.RaisePropertyChanged("Code");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string GUID {
|
||
get {
|
||
return this.gUIDField;
|
||
}
|
||
set {
|
||
this.gUIDField = value;
|
||
this.RaisePropertyChanged("GUID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public string Name {
|
||
get {
|
||
return this.nameField;
|
||
}
|
||
set {
|
||
this.nameField = value;
|
||
this.RaisePropertyChanged("Name");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)]
|
||
public enum ItemsChoiceType5 {
|
||
|
||
/// <remarks/>
|
||
CitizenPPAGUID,
|
||
|
||
/// <remarks/>
|
||
Document,
|
||
|
||
/// <remarks/>
|
||
SNILS,
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)]
|
||
public enum ItemChoiceType {
|
||
|
||
/// <remarks/>
|
||
Citizen,
|
||
|
||
/// <remarks/>
|
||
SenderID,
|
||
|
||
/// <remarks/>
|
||
orgPPAGUID,
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class ISCreator : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string iSNameField;
|
||
|
||
private string iSOperatorNameField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string ISName {
|
||
get {
|
||
return this.iSNameField;
|
||
}
|
||
set {
|
||
this.iSNameField = value;
|
||
this.RaisePropertyChanged("ISName");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string ISOperatorName {
|
||
get {
|
||
return this.iSOperatorNameField;
|
||
}
|
||
set {
|
||
this.iSOperatorNameField = value;
|
||
this.RaisePropertyChanged("ISOperatorName");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class HeaderType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private System.DateTime dateField;
|
||
|
||
private string messageGUIDField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public System.DateTime Date {
|
||
get {
|
||
return this.dateField;
|
||
}
|
||
set {
|
||
this.dateField = value;
|
||
this.RaisePropertyChanged("Date");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string MessageGUID {
|
||
get {
|
||
return this.messageGUIDField;
|
||
}
|
||
set {
|
||
this.messageGUIDField = value;
|
||
this.RaisePropertyChanged("MessageGUID");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class importNotificationsOfOrderExecutionRequest : BaseType {
|
||
|
||
private object[] itemsField;
|
||
|
||
private string versionField;
|
||
|
||
public importNotificationsOfOrderExecutionRequest() {
|
||
this.versionField = "10.0.1.1";
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("NotificationOfOrderExecution139Type", typeof(importNotificationsOfOrderExecutionRequestNotificationOfOrderExecution139Type), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("NotificationOfOrderExecutionType", typeof(importNotificationsOfOrderExecutionRequestNotificationOfOrderExecutionType), Order=0)]
|
||
public object[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public string version {
|
||
get {
|
||
return this.versionField;
|
||
}
|
||
set {
|
||
this.versionField = value;
|
||
this.RaisePropertyChanged("version");
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class importNotificationsOfOrderExecutionRequestNotificationOfOrderExecution139Type : NotificationOfOrderExecution139Type {
|
||
|
||
private string transportGUIDField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
|
||
public string TransportGUID {
|
||
get {
|
||
return this.transportGUIDField;
|
||
}
|
||
set {
|
||
this.transportGUIDField = value;
|
||
this.RaisePropertyChanged("TransportGUID");
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class importNotificationsOfOrderExecutionRequestNotificationOfOrderExecutionType : NotificationOfOrderExecutionType {
|
||
|
||
private string transportGUIDField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
|
||
public string TransportGUID {
|
||
get {
|
||
return this.transportGUIDField;
|
||
}
|
||
set {
|
||
this.transportGUIDField = value;
|
||
this.RaisePropertyChanged("TransportGUID");
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class ResultHeader : HeaderType {
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class AckRequest : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private AckRequestAck ackField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public AckRequestAck Ack {
|
||
get {
|
||
return this.ackField;
|
||
}
|
||
set {
|
||
this.ackField = value;
|
||
this.RaisePropertyChanged("Ack");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class AckRequestAck : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string messageGUIDField;
|
||
|
||
private string requesterMessageGUIDField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string MessageGUID {
|
||
get {
|
||
return this.messageGUIDField;
|
||
}
|
||
set {
|
||
this.messageGUIDField = value;
|
||
this.RaisePropertyChanged("MessageGUID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string RequesterMessageGUID {
|
||
get {
|
||
return this.requesterMessageGUIDField;
|
||
}
|
||
set {
|
||
this.requesterMessageGUIDField = value;
|
||
this.RaisePropertyChanged("RequesterMessageGUID");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||
public partial class importNotificationsOfOrderExecutionRequest1 {
|
||
|
||
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public Hcs.Service.Async.Payments.RequestHeader RequestHeader;
|
||
|
||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", Order=0)]
|
||
public Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest importNotificationsOfOrderExecutionRequest;
|
||
|
||
public importNotificationsOfOrderExecutionRequest1() {
|
||
}
|
||
|
||
public importNotificationsOfOrderExecutionRequest1(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest importNotificationsOfOrderExecutionRequest) {
|
||
this.RequestHeader = RequestHeader;
|
||
this.importNotificationsOfOrderExecutionRequest = importNotificationsOfOrderExecutionRequest;
|
||
}
|
||
}
|
||
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||
public partial class importNotificationsOfOrderExecutionResponse {
|
||
|
||
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public Hcs.Service.Async.Payments.ResultHeader ResultHeader;
|
||
|
||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
|
||
public Hcs.Service.Async.Payments.AckRequest AckRequest;
|
||
|
||
public importNotificationsOfOrderExecutionResponse() {
|
||
}
|
||
|
||
public importNotificationsOfOrderExecutionResponse(Hcs.Service.Async.Payments.ResultHeader ResultHeader, Hcs.Service.Async.Payments.AckRequest AckRequest) {
|
||
this.ResultHeader = ResultHeader;
|
||
this.AckRequest = AckRequest;
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class importNotificationsOfOrderExecutionCancellationRequest : BaseType {
|
||
|
||
private NotificationOfOrderExecutionCancellationType[] notificationOfOrderExecutionCancellationField;
|
||
|
||
private string versionField;
|
||
|
||
public importNotificationsOfOrderExecutionCancellationRequest() {
|
||
this.versionField = "10.0.1.1";
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("NotificationOfOrderExecutionCancellation", Order=0)]
|
||
public NotificationOfOrderExecutionCancellationType[] NotificationOfOrderExecutionCancellation {
|
||
get {
|
||
return this.notificationOfOrderExecutionCancellationField;
|
||
}
|
||
set {
|
||
this.notificationOfOrderExecutionCancellationField = value;
|
||
this.RaisePropertyChanged("NotificationOfOrderExecutionCancellation");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public string version {
|
||
get {
|
||
return this.versionField;
|
||
}
|
||
set {
|
||
this.versionField = value;
|
||
this.RaisePropertyChanged("version");
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")]
|
||
public partial class NotificationOfOrderExecutionCancellationType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string orderIDField;
|
||
|
||
private System.DateTime cancellationDateField;
|
||
|
||
private string commentField;
|
||
|
||
private string transportGUIDField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string OrderID {
|
||
get {
|
||
return this.orderIDField;
|
||
}
|
||
set {
|
||
this.orderIDField = value;
|
||
this.RaisePropertyChanged("OrderID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)]
|
||
public System.DateTime CancellationDate {
|
||
get {
|
||
return this.cancellationDateField;
|
||
}
|
||
set {
|
||
this.cancellationDateField = value;
|
||
this.RaisePropertyChanged("CancellationDate");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public string Comment {
|
||
get {
|
||
return this.commentField;
|
||
}
|
||
set {
|
||
this.commentField = value;
|
||
this.RaisePropertyChanged("Comment");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=3)]
|
||
public string TransportGUID {
|
||
get {
|
||
return this.transportGUIDField;
|
||
}
|
||
set {
|
||
this.transportGUIDField = value;
|
||
this.RaisePropertyChanged("TransportGUID");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||
public partial class importNotificationsOfOrderExecutionCancellationRequest1 {
|
||
|
||
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public Hcs.Service.Async.Payments.RequestHeader RequestHeader;
|
||
|
||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", Order=0)]
|
||
public Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest importNotificationsOfOrderExecutionCancellationRequest;
|
||
|
||
public importNotificationsOfOrderExecutionCancellationRequest1() {
|
||
}
|
||
|
||
public importNotificationsOfOrderExecutionCancellationRequest1(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest importNotificationsOfOrderExecutionCancellationRequest) {
|
||
this.RequestHeader = RequestHeader;
|
||
this.importNotificationsOfOrderExecutionCancellationRequest = importNotificationsOfOrderExecutionCancellationRequest;
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class getStateRequest : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string messageGUIDField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string MessageGUID {
|
||
get {
|
||
return this.messageGUIDField;
|
||
}
|
||
set {
|
||
this.messageGUIDField = value;
|
||
this.RaisePropertyChanged("MessageGUID");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class getStateResult : BaseAsyncResponseType {
|
||
|
||
private object[] itemsField;
|
||
|
||
private string versionField;
|
||
|
||
public getStateResult() {
|
||
this.versionField = "10.0.1.1";
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("ImportResult", typeof(CommonResultType), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("exportPaymentDocumentDetailsResult", typeof(getStateResultExportPaymentDocumentDetailsResult), Order=0)]
|
||
public object[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public string version {
|
||
get {
|
||
return this.versionField;
|
||
}
|
||
set {
|
||
this.versionField = value;
|
||
this.RaisePropertyChanged("version");
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class ErrorMessageType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string errorCodeField;
|
||
|
||
private string descriptionField;
|
||
|
||
private string stackTraceField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string ErrorCode {
|
||
get {
|
||
return this.errorCodeField;
|
||
}
|
||
set {
|
||
this.errorCodeField = value;
|
||
this.RaisePropertyChanged("ErrorCode");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string Description {
|
||
get {
|
||
return this.descriptionField;
|
||
}
|
||
set {
|
||
this.descriptionField = value;
|
||
this.RaisePropertyChanged("Description");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public string StackTrace {
|
||
get {
|
||
return this.stackTraceField;
|
||
}
|
||
set {
|
||
this.stackTraceField = value;
|
||
this.RaisePropertyChanged("StackTrace");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class CommonResultType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string gUIDField;
|
||
|
||
private string transportGUIDField;
|
||
|
||
private object[] itemsField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string GUID {
|
||
get {
|
||
return this.gUIDField;
|
||
}
|
||
set {
|
||
this.gUIDField = value;
|
||
this.RaisePropertyChanged("GUID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string TransportGUID {
|
||
get {
|
||
return this.transportGUIDField;
|
||
}
|
||
set {
|
||
this.transportGUIDField = value;
|
||
this.RaisePropertyChanged("TransportGUID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("Error", typeof(CommonResultTypeError), Order=2)]
|
||
[System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)]
|
||
[System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)]
|
||
public object[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public partial class CommonResultTypeError : ErrorMessageType {
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class getStateResultExportPaymentDocumentDetailsResult : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private object[] itemsField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("Charge", typeof(getStateResultExportPaymentDocumentDetailsResultCharge), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("Service", typeof(Service), Order=0)]
|
||
public object[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class getStateResultExportPaymentDocumentDetailsResultCharge : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private PaymentDocument[] paymentDocumentField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("PaymentDocument", Order=0)]
|
||
public PaymentDocument[] PaymentDocument {
|
||
get {
|
||
return this.paymentDocumentField;
|
||
}
|
||
set {
|
||
this.paymentDocumentField = value;
|
||
this.RaisePropertyChanged("PaymentDocument");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class PaymentDocument : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string paymentDocumentIDField;
|
||
|
||
private string paymentDocumentNumberField;
|
||
|
||
private string unifiedAccountNumberField;
|
||
|
||
private string accountNumberField;
|
||
|
||
private string serviceIDField;
|
||
|
||
private PaymentDocumentDetailsType paymentDocumentDetailsField;
|
||
|
||
private short yearField;
|
||
|
||
private bool yearFieldSpecified;
|
||
|
||
private int monthField;
|
||
|
||
private bool monthFieldSpecified;
|
||
|
||
private string paymentDocumentGUIDField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)]
|
||
public string PaymentDocumentID {
|
||
get {
|
||
return this.paymentDocumentIDField;
|
||
}
|
||
set {
|
||
this.paymentDocumentIDField = value;
|
||
this.RaisePropertyChanged("PaymentDocumentID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=1)]
|
||
public string PaymentDocumentNumber {
|
||
get {
|
||
return this.paymentDocumentNumberField;
|
||
}
|
||
set {
|
||
this.paymentDocumentNumberField = value;
|
||
this.RaisePropertyChanged("PaymentDocumentNumber");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=2)]
|
||
public string UnifiedAccountNumber {
|
||
get {
|
||
return this.unifiedAccountNumberField;
|
||
}
|
||
set {
|
||
this.unifiedAccountNumberField = value;
|
||
this.RaisePropertyChanged("UnifiedAccountNumber");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=3)]
|
||
public string AccountNumber {
|
||
get {
|
||
return this.accountNumberField;
|
||
}
|
||
set {
|
||
this.accountNumberField = value;
|
||
this.RaisePropertyChanged("AccountNumber");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=4)]
|
||
public string ServiceID {
|
||
get {
|
||
return this.serviceIDField;
|
||
}
|
||
set {
|
||
this.serviceIDField = value;
|
||
this.RaisePropertyChanged("ServiceID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
||
public PaymentDocumentDetailsType PaymentDocumentDetails {
|
||
get {
|
||
return this.paymentDocumentDetailsField;
|
||
}
|
||
set {
|
||
this.paymentDocumentDetailsField = value;
|
||
this.RaisePropertyChanged("PaymentDocumentDetails");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=6)]
|
||
public short Year {
|
||
get {
|
||
return this.yearField;
|
||
}
|
||
set {
|
||
this.yearField = value;
|
||
this.RaisePropertyChanged("Year");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public bool YearSpecified {
|
||
get {
|
||
return this.yearFieldSpecified;
|
||
}
|
||
set {
|
||
this.yearFieldSpecified = value;
|
||
this.RaisePropertyChanged("YearSpecified");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=7)]
|
||
public int Month {
|
||
get {
|
||
return this.monthField;
|
||
}
|
||
set {
|
||
this.monthField = value;
|
||
this.RaisePropertyChanged("Month");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public bool MonthSpecified {
|
||
get {
|
||
return this.monthFieldSpecified;
|
||
}
|
||
set {
|
||
this.monthFieldSpecified = value;
|
||
this.RaisePropertyChanged("MonthSpecified");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
|
||
public string PaymentDocumentGUID {
|
||
get {
|
||
return this.paymentDocumentGUIDField;
|
||
}
|
||
set {
|
||
this.paymentDocumentGUIDField = value;
|
||
this.RaisePropertyChanged("PaymentDocumentGUID");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class PaymentDocumentDetailsType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private PaymentDocumentDetailsTypeConsumerInformation consumerInformationField;
|
||
|
||
private PaymentDocumentDetailsTypeExecutorInformation executorInformationField;
|
||
|
||
private decimal reminderField;
|
||
|
||
private object[] itemsField;
|
||
|
||
private ItemsChoiceType7[] itemsElementNameField;
|
||
|
||
private string purposeField;
|
||
|
||
private string pDServiceNameField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public PaymentDocumentDetailsTypeConsumerInformation ConsumerInformation {
|
||
get {
|
||
return this.consumerInformationField;
|
||
}
|
||
set {
|
||
this.consumerInformationField = value;
|
||
this.RaisePropertyChanged("ConsumerInformation");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public PaymentDocumentDetailsTypeExecutorInformation ExecutorInformation {
|
||
get {
|
||
return this.executorInformationField;
|
||
}
|
||
set {
|
||
this.executorInformationField = value;
|
||
this.RaisePropertyChanged("ExecutorInformation");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public decimal Reminder {
|
||
get {
|
||
return this.reminderField;
|
||
}
|
||
set {
|
||
this.reminderField = value;
|
||
this.RaisePropertyChanged("Reminder");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=3)]
|
||
[System.Xml.Serialization.XmlElementAttribute("Debt", typeof(decimal), Order=3)]
|
||
[System.Xml.Serialization.XmlElementAttribute("TotalWithDebtAndAdvance", typeof(decimal), Order=3)]
|
||
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
||
public object[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=4)]
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public ItemsChoiceType7[] ItemsElementName {
|
||
get {
|
||
return this.itemsElementNameField;
|
||
}
|
||
set {
|
||
this.itemsElementNameField = value;
|
||
this.RaisePropertyChanged("ItemsElementName");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
||
public string Purpose {
|
||
get {
|
||
return this.purposeField;
|
||
}
|
||
set {
|
||
this.purposeField = value;
|
||
this.RaisePropertyChanged("Purpose");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
||
public string PDServiceName {
|
||
get {
|
||
return this.pDServiceNameField;
|
||
}
|
||
set {
|
||
this.pDServiceNameField = value;
|
||
this.RaisePropertyChanged("PDServiceName");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class PaymentDocumentDetailsTypeConsumerInformation : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private object itemField;
|
||
|
||
private PaymentDocumentDetailsTypeConsumerInformationAddress[] addressField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("Entpr", typeof(PaymentDocumentDetailsTypeConsumerInformationEntpr), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("Legal", typeof(PaymentDocumentDetailsTypeConsumerInformationLegal), Order=0)]
|
||
public object Item {
|
||
get {
|
||
return this.itemField;
|
||
}
|
||
set {
|
||
this.itemField = value;
|
||
this.RaisePropertyChanged("Item");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("address", Order=1)]
|
||
public PaymentDocumentDetailsTypeConsumerInformationAddress[] address {
|
||
get {
|
||
return this.addressField;
|
||
}
|
||
set {
|
||
this.addressField = value;
|
||
this.RaisePropertyChanged("address");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class PaymentDocumentDetailsTypeConsumerInformationEntpr : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string iNNField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)]
|
||
public string INN {
|
||
get {
|
||
return this.iNNField;
|
||
}
|
||
set {
|
||
this.iNNField = value;
|
||
this.RaisePropertyChanged("INN");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class PaymentDocumentDetailsTypeConsumerInformationLegal : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string nameField;
|
||
|
||
private string kPPField;
|
||
|
||
private string iNNField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string Name {
|
||
get {
|
||
return this.nameField;
|
||
}
|
||
set {
|
||
this.nameField = value;
|
||
this.RaisePropertyChanged("Name");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=1)]
|
||
public string KPP {
|
||
get {
|
||
return this.kPPField;
|
||
}
|
||
set {
|
||
this.kPPField = value;
|
||
this.RaisePropertyChanged("KPP");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=2)]
|
||
public string INN {
|
||
get {
|
||
return this.iNNField;
|
||
}
|
||
set {
|
||
this.iNNField = value;
|
||
this.RaisePropertyChanged("INN");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class PaymentDocumentDetailsTypeConsumerInformationAddress : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string regionField;
|
||
|
||
private string areaField;
|
||
|
||
private string cityField;
|
||
|
||
private string placeField;
|
||
|
||
private string streetField;
|
||
|
||
private string housenumField;
|
||
|
||
private string fIASHouseGuidField;
|
||
|
||
private string buildnumField;
|
||
|
||
private string strucnumField;
|
||
|
||
private string apartmentField;
|
||
|
||
private string placementField;
|
||
|
||
private string address_stringField;
|
||
|
||
private string residential_blockField;
|
||
|
||
private string residential_block_roomField;
|
||
|
||
private string non_residential_blockField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string region {
|
||
get {
|
||
return this.regionField;
|
||
}
|
||
set {
|
||
this.regionField = value;
|
||
this.RaisePropertyChanged("region");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string area {
|
||
get {
|
||
return this.areaField;
|
||
}
|
||
set {
|
||
this.areaField = value;
|
||
this.RaisePropertyChanged("area");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public string city {
|
||
get {
|
||
return this.cityField;
|
||
}
|
||
set {
|
||
this.cityField = value;
|
||
this.RaisePropertyChanged("city");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
||
public string place {
|
||
get {
|
||
return this.placeField;
|
||
}
|
||
set {
|
||
this.placeField = value;
|
||
this.RaisePropertyChanged("place");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
||
public string street {
|
||
get {
|
||
return this.streetField;
|
||
}
|
||
set {
|
||
this.streetField = value;
|
||
this.RaisePropertyChanged("street");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
||
public string housenum {
|
||
get {
|
||
return this.housenumField;
|
||
}
|
||
set {
|
||
this.housenumField = value;
|
||
this.RaisePropertyChanged("housenum");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
||
public string FIASHouseGuid {
|
||
get {
|
||
return this.fIASHouseGuidField;
|
||
}
|
||
set {
|
||
this.fIASHouseGuidField = value;
|
||
this.RaisePropertyChanged("FIASHouseGuid");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
|
||
public string buildnum {
|
||
get {
|
||
return this.buildnumField;
|
||
}
|
||
set {
|
||
this.buildnumField = value;
|
||
this.RaisePropertyChanged("buildnum");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
|
||
public string strucnum {
|
||
get {
|
||
return this.strucnumField;
|
||
}
|
||
set {
|
||
this.strucnumField = value;
|
||
this.RaisePropertyChanged("strucnum");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=9)]
|
||
public string apartment {
|
||
get {
|
||
return this.apartmentField;
|
||
}
|
||
set {
|
||
this.apartmentField = value;
|
||
this.RaisePropertyChanged("apartment");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=10)]
|
||
public string placement {
|
||
get {
|
||
return this.placementField;
|
||
}
|
||
set {
|
||
this.placementField = value;
|
||
this.RaisePropertyChanged("placement");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=11)]
|
||
public string address_string {
|
||
get {
|
||
return this.address_stringField;
|
||
}
|
||
set {
|
||
this.address_stringField = value;
|
||
this.RaisePropertyChanged("address_string");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=12)]
|
||
public string residential_block {
|
||
get {
|
||
return this.residential_blockField;
|
||
}
|
||
set {
|
||
this.residential_blockField = value;
|
||
this.RaisePropertyChanged("residential_block");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=13)]
|
||
public string residential_block_room {
|
||
get {
|
||
return this.residential_block_roomField;
|
||
}
|
||
set {
|
||
this.residential_block_roomField = value;
|
||
this.RaisePropertyChanged("residential_block_room");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=14)]
|
||
public string non_residential_block {
|
||
get {
|
||
return this.non_residential_blockField;
|
||
}
|
||
set {
|
||
this.non_residential_blockField = value;
|
||
this.RaisePropertyChanged("non_residential_block");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class PaymentDocumentDetailsTypeExecutorInformation : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string iNNField;
|
||
|
||
private object itemField;
|
||
|
||
private PaymentDocumentDetailsTypeExecutorInformationPaymentInformation[] paymentInformationField;
|
||
|
||
private string mailingAddressField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)]
|
||
public string INN {
|
||
get {
|
||
return this.iNNField;
|
||
}
|
||
set {
|
||
this.iNNField = value;
|
||
this.RaisePropertyChanged("INN");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("Entpr", typeof(FIOType), Order=1)]
|
||
[System.Xml.Serialization.XmlElementAttribute("Legal", typeof(PaymentDocumentDetailsTypeExecutorInformationLegal), Order=1)]
|
||
public object Item {
|
||
get {
|
||
return this.itemField;
|
||
}
|
||
set {
|
||
this.itemField = value;
|
||
this.RaisePropertyChanged("Item");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("PaymentInformation", Order=2)]
|
||
public PaymentDocumentDetailsTypeExecutorInformationPaymentInformation[] PaymentInformation {
|
||
get {
|
||
return this.paymentInformationField;
|
||
}
|
||
set {
|
||
this.paymentInformationField = value;
|
||
this.RaisePropertyChanged("PaymentInformation");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
||
public string MailingAddress {
|
||
get {
|
||
return this.mailingAddressField;
|
||
}
|
||
set {
|
||
this.mailingAddressField = value;
|
||
this.RaisePropertyChanged("MailingAddress");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class PaymentDocumentDetailsTypeExecutorInformationLegal : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string kPPField;
|
||
|
||
private string nameField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)]
|
||
public string KPP {
|
||
get {
|
||
return this.kPPField;
|
||
}
|
||
set {
|
||
this.kPPField = value;
|
||
this.RaisePropertyChanged("KPP");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string Name {
|
||
get {
|
||
return this.nameField;
|
||
}
|
||
set {
|
||
this.nameField = value;
|
||
this.RaisePropertyChanged("Name");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class PaymentDocumentDetailsTypeExecutorInformationPaymentInformation : PaymentInformationExportType {
|
||
|
||
private string paymentInformationGuidField;
|
||
|
||
private decimal reminderField;
|
||
|
||
private bool reminderFieldSpecified;
|
||
|
||
private string accountNumberField;
|
||
|
||
private string serviceIDField;
|
||
|
||
private object[] itemsField;
|
||
|
||
private ItemsChoiceType6[] itemsElementNameField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string PaymentInformationGuid {
|
||
get {
|
||
return this.paymentInformationGuidField;
|
||
}
|
||
set {
|
||
this.paymentInformationGuidField = value;
|
||
this.RaisePropertyChanged("PaymentInformationGuid");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public decimal Reminder {
|
||
get {
|
||
return this.reminderField;
|
||
}
|
||
set {
|
||
this.reminderField = value;
|
||
this.RaisePropertyChanged("Reminder");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public bool ReminderSpecified {
|
||
get {
|
||
return this.reminderFieldSpecified;
|
||
}
|
||
set {
|
||
this.reminderFieldSpecified = value;
|
||
this.RaisePropertyChanged("ReminderSpecified");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=2)]
|
||
public string AccountNumber {
|
||
get {
|
||
return this.accountNumberField;
|
||
}
|
||
set {
|
||
this.accountNumberField = value;
|
||
this.RaisePropertyChanged("AccountNumber");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=3)]
|
||
public string ServiceID {
|
||
get {
|
||
return this.serviceIDField;
|
||
}
|
||
set {
|
||
this.serviceIDField = value;
|
||
this.RaisePropertyChanged("ServiceID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=4)]
|
||
[System.Xml.Serialization.XmlElementAttribute("DebtOrAdvance", typeof(decimal), Order=4)]
|
||
[System.Xml.Serialization.XmlElementAttribute("TotalWithDebtAndAdvance", typeof(decimal), Order=4)]
|
||
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
||
public object[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=5)]
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public ItemsChoiceType6[] ItemsElementName {
|
||
get {
|
||
return this.itemsElementNameField;
|
||
}
|
||
set {
|
||
this.itemsElementNameField = value;
|
||
this.RaisePropertyChanged("ItemsElementName");
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", IncludeInSchema=false)]
|
||
public enum ItemsChoiceType6 {
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:ErrorMessage")]
|
||
ErrorMessage,
|
||
|
||
/// <remarks/>
|
||
DebtOrAdvance,
|
||
|
||
/// <remarks/>
|
||
TotalWithDebtAndAdvance,
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payments-base/")]
|
||
public partial class PaymentInformationExportType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string recipientINNField;
|
||
|
||
private string recipientKPPField;
|
||
|
||
private string bankNameField;
|
||
|
||
private string paymentRecipientField;
|
||
|
||
private string bankBIKField;
|
||
|
||
private string operatingAccountNumberField;
|
||
|
||
private string correspondentBankAccountField;
|
||
|
||
private bool isCapitalRepairField;
|
||
|
||
private bool isCapitalRepairFieldSpecified;
|
||
|
||
private string kBKField;
|
||
|
||
private string oKTMOField;
|
||
|
||
private string numberBudgetaryAccountField;
|
||
|
||
public PaymentInformationExportType() {
|
||
this.isCapitalRepairField = true;
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string RecipientINN {
|
||
get {
|
||
return this.recipientINNField;
|
||
}
|
||
set {
|
||
this.recipientINNField = value;
|
||
this.RaisePropertyChanged("RecipientINN");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string RecipientKPP {
|
||
get {
|
||
return this.recipientKPPField;
|
||
}
|
||
set {
|
||
this.recipientKPPField = value;
|
||
this.RaisePropertyChanged("RecipientKPP");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public string BankName {
|
||
get {
|
||
return this.bankNameField;
|
||
}
|
||
set {
|
||
this.bankNameField = value;
|
||
this.RaisePropertyChanged("BankName");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
||
public string PaymentRecipient {
|
||
get {
|
||
return this.paymentRecipientField;
|
||
}
|
||
set {
|
||
this.paymentRecipientField = value;
|
||
this.RaisePropertyChanged("PaymentRecipient");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
||
public string BankBIK {
|
||
get {
|
||
return this.bankBIKField;
|
||
}
|
||
set {
|
||
this.bankBIKField = value;
|
||
this.RaisePropertyChanged("BankBIK");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
||
public string operatingAccountNumber {
|
||
get {
|
||
return this.operatingAccountNumberField;
|
||
}
|
||
set {
|
||
this.operatingAccountNumberField = value;
|
||
this.RaisePropertyChanged("operatingAccountNumber");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
||
public string CorrespondentBankAccount {
|
||
get {
|
||
return this.correspondentBankAccountField;
|
||
}
|
||
set {
|
||
this.correspondentBankAccountField = value;
|
||
this.RaisePropertyChanged("CorrespondentBankAccount");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
|
||
public bool IsCapitalRepair {
|
||
get {
|
||
return this.isCapitalRepairField;
|
||
}
|
||
set {
|
||
this.isCapitalRepairField = value;
|
||
this.RaisePropertyChanged("IsCapitalRepair");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public bool IsCapitalRepairSpecified {
|
||
get {
|
||
return this.isCapitalRepairFieldSpecified;
|
||
}
|
||
set {
|
||
this.isCapitalRepairFieldSpecified = value;
|
||
this.RaisePropertyChanged("IsCapitalRepairSpecified");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
|
||
public string KBK {
|
||
get {
|
||
return this.kBKField;
|
||
}
|
||
set {
|
||
this.kBKField = value;
|
||
this.RaisePropertyChanged("KBK");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=9)]
|
||
public string OKTMO {
|
||
get {
|
||
return this.oKTMOField;
|
||
}
|
||
set {
|
||
this.oKTMOField = value;
|
||
this.RaisePropertyChanged("OKTMO");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=10)]
|
||
public string NumberBudgetaryAccount {
|
||
get {
|
||
return this.numberBudgetaryAccountField;
|
||
}
|
||
set {
|
||
this.numberBudgetaryAccountField = value;
|
||
this.RaisePropertyChanged("NumberBudgetaryAccount");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", IncludeInSchema=false)]
|
||
public enum ItemsChoiceType7 {
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:ErrorMessage")]
|
||
ErrorMessage,
|
||
|
||
/// <remarks/>
|
||
Debt,
|
||
|
||
/// <remarks/>
|
||
TotalWithDebtAndAdvance,
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class Service : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string unifiedAccountNumberField;
|
||
|
||
private string accountNumberField;
|
||
|
||
private string serviceIDField;
|
||
|
||
private string serviceIDGuidField;
|
||
|
||
private ServiceExecutorInformation executorInformationField;
|
||
|
||
private string purposeField;
|
||
|
||
private string pDServiceNameField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)]
|
||
public string UnifiedAccountNumber {
|
||
get {
|
||
return this.unifiedAccountNumberField;
|
||
}
|
||
set {
|
||
this.unifiedAccountNumberField = value;
|
||
this.RaisePropertyChanged("UnifiedAccountNumber");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=1)]
|
||
public string AccountNumber {
|
||
get {
|
||
return this.accountNumberField;
|
||
}
|
||
set {
|
||
this.accountNumberField = value;
|
||
this.RaisePropertyChanged("AccountNumber");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=2)]
|
||
public string ServiceID {
|
||
get {
|
||
return this.serviceIDField;
|
||
}
|
||
set {
|
||
this.serviceIDField = value;
|
||
this.RaisePropertyChanged("ServiceID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
||
public string ServiceIDGuid {
|
||
get {
|
||
return this.serviceIDGuidField;
|
||
}
|
||
set {
|
||
this.serviceIDGuidField = value;
|
||
this.RaisePropertyChanged("ServiceIDGuid");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
||
public ServiceExecutorInformation ExecutorInformation {
|
||
get {
|
||
return this.executorInformationField;
|
||
}
|
||
set {
|
||
this.executorInformationField = value;
|
||
this.RaisePropertyChanged("ExecutorInformation");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
||
public string Purpose {
|
||
get {
|
||
return this.purposeField;
|
||
}
|
||
set {
|
||
this.purposeField = value;
|
||
this.RaisePropertyChanged("Purpose");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
||
public string PDServiceName {
|
||
get {
|
||
return this.pDServiceNameField;
|
||
}
|
||
set {
|
||
this.pDServiceNameField = value;
|
||
this.RaisePropertyChanged("PDServiceName");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class ServiceExecutorInformation : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string iNNField;
|
||
|
||
private object itemField;
|
||
|
||
private ServiceExecutorInformationPaymentInformation[] paymentInformationField;
|
||
|
||
private string mailingAddressField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)]
|
||
public string INN {
|
||
get {
|
||
return this.iNNField;
|
||
}
|
||
set {
|
||
this.iNNField = value;
|
||
this.RaisePropertyChanged("INN");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("Entpr", typeof(FIOType), Order=1)]
|
||
[System.Xml.Serialization.XmlElementAttribute("Legal", typeof(ServiceExecutorInformationLegal), Order=1)]
|
||
public object Item {
|
||
get {
|
||
return this.itemField;
|
||
}
|
||
set {
|
||
this.itemField = value;
|
||
this.RaisePropertyChanged("Item");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("PaymentInformation", Order=2)]
|
||
public ServiceExecutorInformationPaymentInformation[] PaymentInformation {
|
||
get {
|
||
return this.paymentInformationField;
|
||
}
|
||
set {
|
||
this.paymentInformationField = value;
|
||
this.RaisePropertyChanged("PaymentInformation");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
||
public string MailingAddress {
|
||
get {
|
||
return this.mailingAddressField;
|
||
}
|
||
set {
|
||
this.mailingAddressField = value;
|
||
this.RaisePropertyChanged("MailingAddress");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class ServiceExecutorInformationLegal : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string kPPField;
|
||
|
||
private string nameField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)]
|
||
public string KPP {
|
||
get {
|
||
return this.kPPField;
|
||
}
|
||
set {
|
||
this.kPPField = value;
|
||
this.RaisePropertyChanged("KPP");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public string Name {
|
||
get {
|
||
return this.nameField;
|
||
}
|
||
set {
|
||
this.nameField = value;
|
||
this.RaisePropertyChanged("Name");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class ServiceExecutorInformationPaymentInformation : PaymentInformationExportType {
|
||
|
||
private string paymentInformationGuidField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
||
public string PaymentInformationGuid {
|
||
get {
|
||
return this.paymentInformationGuidField;
|
||
}
|
||
set {
|
||
this.paymentInformationGuidField = value;
|
||
this.RaisePropertyChanged("PaymentInformationGuid");
|
||
}
|
||
}
|
||
}
|
||
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||
public partial class getStateRequest1 {
|
||
|
||
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public Hcs.Service.Async.Payments.RequestHeader RequestHeader;
|
||
|
||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
|
||
public Hcs.Service.Async.Payments.getStateRequest getStateRequest;
|
||
|
||
public getStateRequest1() {
|
||
}
|
||
|
||
public getStateRequest1(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.getStateRequest getStateRequest) {
|
||
this.RequestHeader = RequestHeader;
|
||
this.getStateRequest = getStateRequest;
|
||
}
|
||
}
|
||
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||
public partial class getStateResponse {
|
||
|
||
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public Hcs.Service.Async.Payments.ResultHeader ResultHeader;
|
||
|
||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", Order=0)]
|
||
public Hcs.Service.Async.Payments.getStateResult getStateResult;
|
||
|
||
public getStateResponse() {
|
||
}
|
||
|
||
public getStateResponse(Hcs.Service.Async.Payments.ResultHeader ResultHeader, Hcs.Service.Async.Payments.getStateResult getStateResult) {
|
||
this.ResultHeader = ResultHeader;
|
||
this.getStateResult = getStateResult;
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class exportPaymentDocumentDetailsRequest : BaseType {
|
||
|
||
private object[] itemsField;
|
||
|
||
private ItemsChoiceType8[] itemsElementNameField;
|
||
|
||
private exportPaymentDocumentDetailsRequestAmountRequired amountRequiredField;
|
||
|
||
private string versionField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("AccountNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("ServiceID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("UnifiedAccountNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("Month", typeof(int), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("Year", typeof(short), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("PaymentDocumentID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("PaymentDocumentNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("NonResidentialApartment", typeof(string), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("NonResidentialBlock", typeof(string), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("ResidentialBlock", typeof(string), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("ResidentialBlockRoom", typeof(string), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("ResidentialPremise", typeof(string), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("ResidentialPremiseRoom", typeof(string), Order=0)]
|
||
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
||
public object[] Items {
|
||
get {
|
||
return this.itemsField;
|
||
}
|
||
set {
|
||
this.itemsField = value;
|
||
this.RaisePropertyChanged("Items");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public ItemsChoiceType8[] ItemsElementName {
|
||
get {
|
||
return this.itemsElementNameField;
|
||
}
|
||
set {
|
||
this.itemsElementNameField = value;
|
||
this.RaisePropertyChanged("ItemsElementName");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
||
public exportPaymentDocumentDetailsRequestAmountRequired AmountRequired {
|
||
get {
|
||
return this.amountRequiredField;
|
||
}
|
||
set {
|
||
this.amountRequiredField = value;
|
||
this.RaisePropertyChanged("AmountRequired");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public string version {
|
||
get {
|
||
return this.versionField;
|
||
}
|
||
set {
|
||
this.versionField = value;
|
||
this.RaisePropertyChanged("version");
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", IncludeInSchema=false)]
|
||
public enum ItemsChoiceType8 {
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:AccountNumber")]
|
||
AccountNumber,
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:ServiceID")]
|
||
ServiceID,
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:UnifiedAccountNumber")]
|
||
UnifiedAccountNumber,
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:Month")]
|
||
Month,
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:Year")]
|
||
Year,
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/bills-base/:PaymentDocumentID")]
|
||
PaymentDocumentID,
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/bills-base/:PaymentDocumentNumber")]
|
||
PaymentDocumentNumber,
|
||
|
||
/// <remarks/>
|
||
FIASHouseGuid,
|
||
|
||
/// <remarks/>
|
||
NonResidentialApartment,
|
||
|
||
/// <remarks/>
|
||
NonResidentialBlock,
|
||
|
||
/// <remarks/>
|
||
ResidentialBlock,
|
||
|
||
/// <remarks/>
|
||
ResidentialBlockRoom,
|
||
|
||
/// <remarks/>
|
||
ResidentialPremise,
|
||
|
||
/// <remarks/>
|
||
ResidentialPremiseRoom,
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class exportPaymentDocumentDetailsRequestAmountRequired : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private object itemField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("Individual", typeof(Individual), Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute("Legal", typeof(exportPaymentDocumentDetailsRequestAmountRequiredLegal), Order=0)]
|
||
public object Item {
|
||
get {
|
||
return this.itemField;
|
||
}
|
||
set {
|
||
this.itemField = value;
|
||
this.RaisePropertyChanged("Item");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class Individual : FIOType {
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class exportPaymentDocumentDetailsRequestAmountRequiredLegal : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string iNNField;
|
||
|
||
private string kPPField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)]
|
||
public string INN {
|
||
get {
|
||
return this.iNNField;
|
||
}
|
||
set {
|
||
this.iNNField = value;
|
||
this.RaisePropertyChanged("INN");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=1)]
|
||
public string KPP {
|
||
get {
|
||
return this.kPPField;
|
||
}
|
||
set {
|
||
this.kPPField = value;
|
||
this.RaisePropertyChanged("KPP");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||
public partial class exportPaymentDocumentDetailsRequest1 {
|
||
|
||
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public Hcs.Service.Async.Payments.RequestHeader RequestHeader;
|
||
|
||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", Order=0)]
|
||
public Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest exportPaymentDocumentDetailsRequest;
|
||
|
||
public exportPaymentDocumentDetailsRequest1() {
|
||
}
|
||
|
||
public exportPaymentDocumentDetailsRequest1(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest exportPaymentDocumentDetailsRequest) {
|
||
this.RequestHeader = RequestHeader;
|
||
this.exportPaymentDocumentDetailsRequest = exportPaymentDocumentDetailsRequest;
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class importSupplierNotificationsOfOrderExecutionRequest : BaseType {
|
||
|
||
private importSupplierNotificationsOfOrderExecutionRequestSupplierNotificationOfOrderExecution[] supplierNotificationOfOrderExecutionField;
|
||
|
||
private string versionField;
|
||
|
||
public importSupplierNotificationsOfOrderExecutionRequest() {
|
||
this.versionField = "10.0.1.1";
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("SupplierNotificationOfOrderExecution", Order=0)]
|
||
public importSupplierNotificationsOfOrderExecutionRequestSupplierNotificationOfOrderExecution[] SupplierNotificationOfOrderExecution {
|
||
get {
|
||
return this.supplierNotificationOfOrderExecutionField;
|
||
}
|
||
set {
|
||
this.supplierNotificationOfOrderExecutionField = value;
|
||
this.RaisePropertyChanged("SupplierNotificationOfOrderExecution");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public string version {
|
||
get {
|
||
return this.versionField;
|
||
}
|
||
set {
|
||
this.versionField = value;
|
||
this.RaisePropertyChanged("version");
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class importSupplierNotificationsOfOrderExecutionRequestSupplierNotificationOfOrderExecution : SupplierNotificationOfOrderExecutionType {
|
||
|
||
private string transportGUIDField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
|
||
public string TransportGUID {
|
||
get {
|
||
return this.transportGUIDField;
|
||
}
|
||
set {
|
||
this.transportGUIDField = value;
|
||
this.RaisePropertyChanged("TransportGUID");
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class SupplierNotificationOfOrderExecutionType : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private System.DateTime orderDateField;
|
||
|
||
private SupplierNotificationOfOrderExecutionTypeOrderPeriod orderPeriodField;
|
||
|
||
private string itemField;
|
||
|
||
private ItemChoiceType1 itemElementNameField;
|
||
|
||
private decimal amountField;
|
||
|
||
private bool onlinePaymentField;
|
||
|
||
private bool onlinePaymentFieldSpecified;
|
||
|
||
public SupplierNotificationOfOrderExecutionType() {
|
||
this.onlinePaymentField = true;
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)]
|
||
public System.DateTime OrderDate {
|
||
get {
|
||
return this.orderDateField;
|
||
}
|
||
set {
|
||
this.orderDateField = value;
|
||
this.RaisePropertyChanged("OrderDate");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
||
public SupplierNotificationOfOrderExecutionTypeOrderPeriod OrderPeriod {
|
||
get {
|
||
return this.orderPeriodField;
|
||
}
|
||
set {
|
||
this.orderPeriodField = value;
|
||
this.RaisePropertyChanged("OrderPeriod");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute("ServiceID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=2)]
|
||
[System.Xml.Serialization.XmlElementAttribute("PaymentDocumentID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/bills-base/", Order=2)]
|
||
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")]
|
||
public string Item {
|
||
get {
|
||
return this.itemField;
|
||
}
|
||
set {
|
||
this.itemField = value;
|
||
this.RaisePropertyChanged("Item");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public ItemChoiceType1 ItemElementName {
|
||
get {
|
||
return this.itemElementNameField;
|
||
}
|
||
set {
|
||
this.itemElementNameField = value;
|
||
this.RaisePropertyChanged("ItemElementName");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
||
public decimal Amount {
|
||
get {
|
||
return this.amountField;
|
||
}
|
||
set {
|
||
this.amountField = value;
|
||
this.RaisePropertyChanged("Amount");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
||
public bool OnlinePayment {
|
||
get {
|
||
return this.onlinePaymentField;
|
||
}
|
||
set {
|
||
this.onlinePaymentField = value;
|
||
this.RaisePropertyChanged("OnlinePayment");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
||
public bool OnlinePaymentSpecified {
|
||
get {
|
||
return this.onlinePaymentFieldSpecified;
|
||
}
|
||
set {
|
||
this.onlinePaymentFieldSpecified = value;
|
||
this.RaisePropertyChanged("OnlinePaymentSpecified");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/payment/")]
|
||
public partial class SupplierNotificationOfOrderExecutionTypeOrderPeriod : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private int monthField;
|
||
|
||
private short yearField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
|
||
public int Month {
|
||
get {
|
||
return this.monthField;
|
||
}
|
||
set {
|
||
this.monthField = value;
|
||
this.RaisePropertyChanged("Month");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)]
|
||
public short Year {
|
||
get {
|
||
return this.yearField;
|
||
}
|
||
set {
|
||
this.yearField = value;
|
||
this.RaisePropertyChanged("Year");
|
||
}
|
||
}
|
||
|
||
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
||
|
||
protected void RaisePropertyChanged(string propertyName) {
|
||
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
||
if ((propertyChanged != null)) {
|
||
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", IncludeInSchema=false)]
|
||
public enum ItemChoiceType1 {
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:ServiceID")]
|
||
ServiceID,
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/bills-base/:PaymentDocumentID")]
|
||
PaymentDocumentID,
|
||
}
|
||
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||
public partial class importSupplierNotificationsOfOrderExecutionRequest1 {
|
||
|
||
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
|
||
public Hcs.Service.Async.Payments.RequestHeader RequestHeader;
|
||
|
||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/payment/", Order=0)]
|
||
public Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest importSupplierNotificationsOfOrderExecutionRequest;
|
||
|
||
public importSupplierNotificationsOfOrderExecutionRequest1() {
|
||
}
|
||
|
||
public importSupplierNotificationsOfOrderExecutionRequest1(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest importSupplierNotificationsOfOrderExecutionRequest) {
|
||
this.RequestHeader = RequestHeader;
|
||
this.importSupplierNotificationsOfOrderExecutionRequest = importSupplierNotificationsOfOrderExecutionRequest;
|
||
}
|
||
}
|
||
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||
public interface PaymentPortsTypeAsyncChannel : Hcs.Service.Async.Payments.PaymentPortsTypeAsync, System.ServiceModel.IClientChannel {
|
||
}
|
||
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||
public partial class PaymentPortsTypeAsyncClient : System.ServiceModel.ClientBase<Hcs.Service.Async.Payments.PaymentPortsTypeAsync>, Hcs.Service.Async.Payments.PaymentPortsTypeAsync {
|
||
|
||
public PaymentPortsTypeAsyncClient() {
|
||
}
|
||
|
||
public PaymentPortsTypeAsyncClient(string endpointConfigurationName) :
|
||
base(endpointConfigurationName) {
|
||
}
|
||
|
||
public PaymentPortsTypeAsyncClient(string endpointConfigurationName, string remoteAddress) :
|
||
base(endpointConfigurationName, remoteAddress) {
|
||
}
|
||
|
||
public PaymentPortsTypeAsyncClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
||
base(endpointConfigurationName, remoteAddress) {
|
||
}
|
||
|
||
public PaymentPortsTypeAsyncClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
||
base(binding, remoteAddress) {
|
||
}
|
||
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse Hcs.Service.Async.Payments.PaymentPortsTypeAsync.importNotificationsOfOrderExecution(Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest1 request) {
|
||
return base.Channel.importNotificationsOfOrderExecution(request);
|
||
}
|
||
|
||
public Hcs.Service.Async.Payments.ResultHeader importNotificationsOfOrderExecution(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest importNotificationsOfOrderExecutionRequest, out Hcs.Service.Async.Payments.AckRequest AckRequest) {
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest1 inValue = new Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest1();
|
||
inValue.RequestHeader = RequestHeader;
|
||
inValue.importNotificationsOfOrderExecutionRequest = importNotificationsOfOrderExecutionRequest;
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse retVal = ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).importNotificationsOfOrderExecution(inValue);
|
||
AckRequest = retVal.AckRequest;
|
||
return retVal.ResultHeader;
|
||
}
|
||
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
System.Threading.Tasks.Task<Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse> Hcs.Service.Async.Payments.PaymentPortsTypeAsync.importNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest1 request) {
|
||
return base.Channel.importNotificationsOfOrderExecutionAsync(request);
|
||
}
|
||
|
||
public System.Threading.Tasks.Task<Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse> importNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest importNotificationsOfOrderExecutionRequest) {
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest1 inValue = new Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionRequest1();
|
||
inValue.RequestHeader = RequestHeader;
|
||
inValue.importNotificationsOfOrderExecutionRequest = importNotificationsOfOrderExecutionRequest;
|
||
return ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).importNotificationsOfOrderExecutionAsync(inValue);
|
||
}
|
||
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse Hcs.Service.Async.Payments.PaymentPortsTypeAsync.importNotificationsOfOrderExecutionCancellation(Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest1 request) {
|
||
return base.Channel.importNotificationsOfOrderExecutionCancellation(request);
|
||
}
|
||
|
||
public Hcs.Service.Async.Payments.ResultHeader importNotificationsOfOrderExecutionCancellation(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest importNotificationsOfOrderExecutionCancellationRequest, out Hcs.Service.Async.Payments.AckRequest AckRequest) {
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest1 inValue = new Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest1();
|
||
inValue.RequestHeader = RequestHeader;
|
||
inValue.importNotificationsOfOrderExecutionCancellationRequest = importNotificationsOfOrderExecutionCancellationRequest;
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse retVal = ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).importNotificationsOfOrderExecutionCancellation(inValue);
|
||
AckRequest = retVal.AckRequest;
|
||
return retVal.ResultHeader;
|
||
}
|
||
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
System.Threading.Tasks.Task<Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse> Hcs.Service.Async.Payments.PaymentPortsTypeAsync.importNotificationsOfOrderExecutionCancellationAsync(Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest1 request) {
|
||
return base.Channel.importNotificationsOfOrderExecutionCancellationAsync(request);
|
||
}
|
||
|
||
public System.Threading.Tasks.Task<Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse> importNotificationsOfOrderExecutionCancellationAsync(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest importNotificationsOfOrderExecutionCancellationRequest) {
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest1 inValue = new Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionCancellationRequest1();
|
||
inValue.RequestHeader = RequestHeader;
|
||
inValue.importNotificationsOfOrderExecutionCancellationRequest = importNotificationsOfOrderExecutionCancellationRequest;
|
||
return ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).importNotificationsOfOrderExecutionCancellationAsync(inValue);
|
||
}
|
||
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
Hcs.Service.Async.Payments.getStateResponse Hcs.Service.Async.Payments.PaymentPortsTypeAsync.getState(Hcs.Service.Async.Payments.getStateRequest1 request) {
|
||
return base.Channel.getState(request);
|
||
}
|
||
|
||
public Hcs.Service.Async.Payments.ResultHeader getState(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.getStateRequest getStateRequest, out Hcs.Service.Async.Payments.getStateResult getStateResult) {
|
||
Hcs.Service.Async.Payments.getStateRequest1 inValue = new Hcs.Service.Async.Payments.getStateRequest1();
|
||
inValue.RequestHeader = RequestHeader;
|
||
inValue.getStateRequest = getStateRequest;
|
||
Hcs.Service.Async.Payments.getStateResponse retVal = ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).getState(inValue);
|
||
getStateResult = retVal.getStateResult;
|
||
return retVal.ResultHeader;
|
||
}
|
||
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
System.Threading.Tasks.Task<Hcs.Service.Async.Payments.getStateResponse> Hcs.Service.Async.Payments.PaymentPortsTypeAsync.getStateAsync(Hcs.Service.Async.Payments.getStateRequest1 request) {
|
||
return base.Channel.getStateAsync(request);
|
||
}
|
||
|
||
public System.Threading.Tasks.Task<Hcs.Service.Async.Payments.getStateResponse> getStateAsync(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.getStateRequest getStateRequest) {
|
||
Hcs.Service.Async.Payments.getStateRequest1 inValue = new Hcs.Service.Async.Payments.getStateRequest1();
|
||
inValue.RequestHeader = RequestHeader;
|
||
inValue.getStateRequest = getStateRequest;
|
||
return ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).getStateAsync(inValue);
|
||
}
|
||
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse Hcs.Service.Async.Payments.PaymentPortsTypeAsync.exportPaymentDocumentDetails(Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest1 request) {
|
||
return base.Channel.exportPaymentDocumentDetails(request);
|
||
}
|
||
|
||
public Hcs.Service.Async.Payments.ResultHeader exportPaymentDocumentDetails(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest exportPaymentDocumentDetailsRequest, out Hcs.Service.Async.Payments.AckRequest AckRequest) {
|
||
Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest1 inValue = new Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest1();
|
||
inValue.RequestHeader = RequestHeader;
|
||
inValue.exportPaymentDocumentDetailsRequest = exportPaymentDocumentDetailsRequest;
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse retVal = ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).exportPaymentDocumentDetails(inValue);
|
||
AckRequest = retVal.AckRequest;
|
||
return retVal.ResultHeader;
|
||
}
|
||
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
System.Threading.Tasks.Task<Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse> Hcs.Service.Async.Payments.PaymentPortsTypeAsync.exportPaymentDocumentDetailsAsync(Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest1 request) {
|
||
return base.Channel.exportPaymentDocumentDetailsAsync(request);
|
||
}
|
||
|
||
public System.Threading.Tasks.Task<Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse> exportPaymentDocumentDetailsAsync(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest exportPaymentDocumentDetailsRequest) {
|
||
Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest1 inValue = new Hcs.Service.Async.Payments.exportPaymentDocumentDetailsRequest1();
|
||
inValue.RequestHeader = RequestHeader;
|
||
inValue.exportPaymentDocumentDetailsRequest = exportPaymentDocumentDetailsRequest;
|
||
return ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).exportPaymentDocumentDetailsAsync(inValue);
|
||
}
|
||
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse Hcs.Service.Async.Payments.PaymentPortsTypeAsync.importSupplierNotificationsOfOrderExecution(Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest1 request) {
|
||
return base.Channel.importSupplierNotificationsOfOrderExecution(request);
|
||
}
|
||
|
||
public Hcs.Service.Async.Payments.ResultHeader importSupplierNotificationsOfOrderExecution(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest importSupplierNotificationsOfOrderExecutionRequest, out Hcs.Service.Async.Payments.AckRequest AckRequest) {
|
||
Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest1 inValue = new Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest1();
|
||
inValue.RequestHeader = RequestHeader;
|
||
inValue.importSupplierNotificationsOfOrderExecutionRequest = importSupplierNotificationsOfOrderExecutionRequest;
|
||
Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse retVal = ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).importSupplierNotificationsOfOrderExecution(inValue);
|
||
AckRequest = retVal.AckRequest;
|
||
return retVal.ResultHeader;
|
||
}
|
||
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
System.Threading.Tasks.Task<Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse> Hcs.Service.Async.Payments.PaymentPortsTypeAsync.importSupplierNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest1 request) {
|
||
return base.Channel.importSupplierNotificationsOfOrderExecutionAsync(request);
|
||
}
|
||
|
||
public System.Threading.Tasks.Task<Hcs.Service.Async.Payments.importNotificationsOfOrderExecutionResponse> importSupplierNotificationsOfOrderExecutionAsync(Hcs.Service.Async.Payments.RequestHeader RequestHeader, Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest importSupplierNotificationsOfOrderExecutionRequest) {
|
||
Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest1 inValue = new Hcs.Service.Async.Payments.importSupplierNotificationsOfOrderExecutionRequest1();
|
||
inValue.RequestHeader = RequestHeader;
|
||
inValue.importSupplierNotificationsOfOrderExecutionRequest = importSupplierNotificationsOfOrderExecutionRequest;
|
||
return ((Hcs.Service.Async.Payments.PaymentPortsTypeAsync)(this)).importSupplierNotificationsOfOrderExecutionAsync(inValue);
|
||
}
|
||
}
|
||
}
|