C# Class Payments.SecurePay.SecurePayCardInfo

Show file Open project: NickJosevski/Payments.AU Class Usage Examples

Public Methods

Method Description
GetExpiry ( ) : string

Being very generous here, taking YYYY and YY (a YYY value will just work, but UI should prevent that)

ValidateExpiry ( ) : bool

Method Details

GetExpiry() public method

Being very generous here, taking YYYY and YY (a YYY value will just work, but UI should prevent that)
public GetExpiry ( ) : string
return string

ValidateExpiry() public method

public ValidateExpiry ( ) : bool
return bool