Class MinimumSellerTradePartyPostalTradeAddress
SELLER POSTAL ADDRESS - A group of business terms providing information about the address of the Seller.
Assembly: FacturXDotNet.dll
csharp
public class MinimumSellerTradePartyPostalTradeAddress
Properties
CountryId
Seller country code - A code that identifies the country.
csharp
public string CountryId { get; set; }
Methods
ToSellerTradePartyPostalTradeAddress()
Return the FacturXDotNet.Models.CII.SellerTradePartyPostalTradeAddress that this class is a view of.
csharp
public SellerTradePartyPostalTradeAddress ToSellerTradePartyPostalTradeAddress()
Returns
FacturXDotNet.Models.CII.SellerTradePartyPostalTradeAddress: The FacturXDotNet.Models.CII.SellerTradePartyPostalTradeAddress that this class is a view of.