toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    'biller_code': billerCode,
    'biller_name': billerName,
    'biller_name_kh': billerNameKh,
    'biller_display_name': billerDisplayName,
    'biller_logo': billerLogo,
  };
}