VGSExpDateSeparateSerializer

class VGSExpDateSeparateSerializer(monthFieldName: String, yearFieldName: String) : FieldDataSerializer

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.