TenderType Property

Gets or sets the type of the tender.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property TenderType As String
    Get
    Set
'Usage
Dim instance As TenderLine
Dim value As String

value = instance.TenderType

instance.TenderType = value
[DataMemberAttribute]
public string TenderType { get; set; }
[DataMemberAttribute]
public:
property String^ TenderType {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
The type of the tender.

See Also

Reference

TenderLine Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace