Show / Hide Table of Contents

Class TOffice

This class has information related to office handling the postal payment orders

Inheritance
System.Object
TOffice
Namespace: EDIPlatformFinance.BusinessLayer.Operational
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TOffice

Properties

Address

Declaration
[DataMember(EmitDefaultValue = false)]
public TAddress Address { get; set; }
Property Value
Type Description
TAddress

Address details

Contacts

Declaration
[DataMember(EmitDefaultValue = false)]
public TContacts Contacts { get; set; }
Property Value
Type Description
TContacts

Contact details

Location

Declaration
[DataMember(EmitDefaultValue = false)]
public TLocation Location { get; set; }
Property Value
Type Description
TLocation

Location details

Back to top Generated by DocFX