VGSExpDateSeparateSerializer

Represents com.verygoodsecurity.vgscollect.widget.ExpirationDateEditText date split serializer. Note: com.verygoodsecurity.vgscollect.widget.ExpirationDateEditText fieldName will be ignored.

Parameters

monthFieldName
  • this field name will be used for month in request json.

yearFieldName
  • this field name will be used for year in request json.

Constructors

Link copied to clipboard
constructor(monthFieldName: String, yearFieldName: String)

primary constructor.

Types

Link copied to clipboard
data class Params(val date: String, val dateFormat: String?)