Get/Set the credit card expiry month


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

Syntax

Visual Basic (Declaration)
Public Property ExpiryMonth As Integer
C#
public int ExpiryMonth { get; set; }
C++
public property int ExpiryMonth sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_ExpiryMonth();

/** property */
public void set_ExpiryMonth(int value);
JScript
public function get ExpiryMonth() : int

public function set ExpiryMonth(value : int);

See Also