Get/Set the name on the credit card


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Property CardName As String
C#
public string CardName { get; set; }
C++
public property string CardName sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_CardName();

/** property */
public void set_CardName(string value);
JScript
public function get CardName() : String

public function set CardName(value : String);

See Also