PaymentMatcherPluginBaseFileFormat Property |
Gets the file format.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public virtual string FileFormat { get; }
Public Overridable ReadOnly Property FileFormat As String
Get
public:
virtual property String^ FileFormat {
String^ get ();
}
abstract FileFormat : string with get
override FileFormat : string with get
Property Value
Type:
StringThe file format.
Implements
IPaymentMatcherFileFormatSee Also